DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on FND_USER

Line 6039: FROM fnd_user

6035: WHERE header_id = p_header_id;
6036:
6037: CURSOR employee_id_cur(p_user_id in number) IS
6038: SELECT employee_id
6039: FROM fnd_user
6040: WHERE user_id = p_user_id;
6041:
6042: CURSOR dest_org_locn_cur (p_cust_id in number) is
6043: SELECT b.location_id,