DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on PO_USER_PREFERENCES

Line 8332: FROM po_user_preferences

8328: BEGIN
8329:
8330: SELECT CLM_CONTRACT_OFFICER
8331: INTO l_contracting_officer
8332: FROM po_user_preferences
8333: WHERE fnd_user_id=p_user_id
8334: AND PREFERENCE_TYPE='CONTRACT_OFFICER'
8335: AND FUNCTIONAL_AREA='PURCHASING'
8336: AND CLM_CONTRACT_OFFICER IS NOT NULL;