DBA Data[Home] [Help]

APPS.PON_CONTERMS_UTL_GRP dependencies on FND_GLOBAL

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

102: hz_relationships,
103: hz_code_assignments,
104: pon_auction_headers_all auction
105: where
106: fnd_user.user_id = fnd_global.user_id()
107: and fnd_user.person_party_id = user_parties.party_id
108: and hz_relationships.object_id = company_parties.party_id
109: and hz_relationships.subject_id = user_parties.party_id
110: and hz_relationships.relationship_type = 'POS_EMPLOYMENT'