DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_UTILS dependencies on PA_IMPLEMENTATIONS_ALL

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

828: IS
829: -- MOAC Changes: Bug 4363092: removed nvl with org_id
830: CURSOR c1 IS
831: select nvl(cc_ic_billing_recvr_flag, 'N')
832: from pa_implementations_all -- Modified pa_implementations to pa_implementations_all for bug#3512486
833: where org_id = (select org_id from pa_projects_all where project_id = p_project_id); -- Added the where condition for bug#3512486
834:
835: -- MOAC Changes: Bug 4363092: removed nvl with org_id
836: CURSOR c2 IS