DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on FND_USER

Line 5682: FROM fnd_user

5678: WHERE header_id = p_header_id;
5679:
5680: CURSOR employee_id_cur(p_user_id in number) IS
5681: SELECT employee_id
5682: FROM fnd_user
5683: WHERE user_id = p_user_id;
5684:
5685: CURSOR dest_org_locn_cur (p_cust_id in number) is
5686: SELECT b.location_id,