DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_UTILS dependencies on PA_IMPLEMENTATIONS_ALL

Line 781: from pa_implementations_all -- Modified pa_implementations to pa_implementations_all for bug#3512486

777: IS
778: -- MOAC Changes: Bug 4363092: removed nvl with org_id
779: CURSOR c1 IS
780: select nvl(cc_ic_billing_recvr_flag, 'N')
781: from pa_implementations_all -- Modified pa_implementations to pa_implementations_all for bug#3512486
782: where org_id = (select org_id from pa_projects_all where project_id = p_project_id); -- Added the where condition for bug#3512486
783:
784: -- MOAC Changes: Bug 4363092: removed nvl with org_id
785: CURSOR c2 IS