DBA Data[Home] [Help]

APPS.CSM_TASK_ASSIGNMENTS_PKG dependencies on ASG_USER

Line 313: FROM ASG_USER

309:
310: CURSOR c_get_user_id (c_user_name VARCHAR2)
311: IS
312: SELECT USER_ID
313: FROM ASG_USER
314: WHERE USER_NAME = c_user_name;
315:
316: --Pub items and object declarations
317:

Line 730: from asg_user where user_name=p_user_name;

726: OR (l_completed_flag='Y') ) THEN
727:
728: select user_id,responsibility_id,app_id
729: into l_user_id ,l_resp_id ,l_app_id
730: from asg_user where user_name=p_user_name;
731:
732: fnd_global.apps_initialize(l_user_id, l_resp_id, l_app_id); --Bug 16192129
733:
734: csf_debrief_update_pkg.form_Call (1.0, l_header_id);