DBA Data[Home] [Help]

APPS.PSA_XFR_TO_GL_PKG dependencies on FND_APPLICATION

Line 73: l_resp_appl_id fnd_application.application_id%TYPE;

69: -- Profile option FV: Post Detailed Receipt Accounting
70:
71: l_post_det_acct_flag VARCHAR2(1) := 'Y';
72: l_rct_post_det_flag VARCHAR2(1) := 'Y';
73: l_resp_appl_id fnd_application.application_id%TYPE;
74: l_user_resp_id fnd_responsibility.responsibility_id%TYPE;
75: l_error_message VARCHAR2(3000);
76: l_errbuf VARCHAR2(30);
77: l_retcode VARCHAR2(30);