&ENTERPRISE_NAME in iSupplier
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