DBA Data[Home] [Help]

APPS.GML_PO_RECV2_PKG dependencies on FND_USER

Line 400: FROM fnd_user

396: WHERE line_location_id = v_line_location_id;
397:
398: CURSOR user_id_cur IS
399: SELECT user_id
400: FROM fnd_user
401: WHERE user_name = v_created_by;
402:
403: /* NC 12/16/99 */
404: CURSOR resp_id_cur IS

Line 406: FROM fnd_user_resp_groups

402:
403: /* NC 12/16/99 */
404: CURSOR resp_id_cur IS
405: SELECT responsibility_id
406: FROM fnd_user_resp_groups
407: WHERE user_id = v_user_id
408: AND responsibility_application_id
409: = v_resp_appl_id;
410: