DBA Data[Home] [Help]

APPS.AP_ACCTG_DATA_FIX_PKG dependencies on FND_RESPONSIBILITY_TL

Line 649: p_resp_name IN FND_RESPONSIBILITY_TL.RESPONSIBILITY_NAME%TYPE,

645: End Backup_data;
646:
647: PROCEDURE apps_initialize
648: (p_user_name IN FND_USER.USER_NAME%TYPE,
649: p_resp_name IN FND_RESPONSIBILITY_TL.RESPONSIBILITY_NAME%TYPE,
650: p_calling_sequence IN VARCHAR2) IS
651:
652: l_user_id NUMBER;
653: l_resp_id NUMBER;

Line 679: FROM fnd_responsibility_tl fr

675: l_debug_info := 'Before fetching the responsibility details';
676: BEGIN
677: SELECT fr.responsibility_id
678: INTO l_resp_id
679: FROM fnd_responsibility_tl fr
680: WHERE fr.responsibility_name = p_resp_name
681: AND rownum = 1;
682:
683: EXCEPTION