DBA Data[Home] [Help]

APPS.PON_CONTERMS_UTL_GRP dependencies on FND_GLOBAL

Line 91: fnd_user.user_id = fnd_global.user_id()

87: hz_relationships,
88: hz_code_assignments,
89: pon_auction_headers_all auction
90: where
91: fnd_user.user_id = fnd_global.user_id()
92: and fnd_user.person_party_id = user_parties.party_id
93: and hz_relationships.object_id = company_parties.party_id
94: and hz_relationships.subject_id = user_parties.party_id
95: and hz_relationships.relationship_type = 'POS_EMPLOYMENT'