DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_UTILS2 dependencies on PA_IMPLEMENTATIONS_ALL

Line 28: from pa_implementations_all imp

24: l_debug_stage varchar2(1000); -- Added for bug 13702416.
25:
26: Cursor check_cwk_implemented IS
27: Select nvl(imp.XFACE_CWK_TIMECARDS_FLAG ,'N')
28: from pa_implementations_all imp
29: where imp.org_id = nvl(p_proj_org_id,-99) ; /*5368274*/
30:
31: BEGIN
32: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);