Procurement - EBS (MOSC)

MOSC Banner

&ENTERPRISE_NAME in iSupplier

edited Aug 12, 2020 1:49PM in Procurement - EBS (MOSC) 1 commentAnswered

Hi,

We have &ENTERPRISE_NAME coming in several FND messages for iSupplier portal.

I know this value comes from below query:

SELECT hp.party_id, hp.party_name
     FROM hz_parties hp, hz_code_assignments hca
         WHERE hca.owner_table_id = hp.party_id
           AND hca.owner_table_name = 'HZ_PARTIES'
           AND hca.class_category = 'POS_PARTICIPANT_TYPE'
           AND hca.class_code = 'ENTERPRISE'
           AND hca.status= 'A'
           AND hp.status= 'A'
           AND ( hca.end_date_active > sysdate or hca.end_date_active is null );

But I want to know navigation where I can see this in front end.

Regards

Nidhi

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center