DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_UTILS dependencies on PA_IMPLEMENTATIONS_ALL

Line 7349: ,pa_implementations_all i

7345: ,x_projfunc_cost_rate_type
7346: ,x_project_bil_rate_type
7347: ,x_projfunc_bil_rate_type
7348: FROM pa_projects_all p
7349: ,pa_implementations_all i
7350: WHERE p.project_id = p_project_id
7351: --AND NVL(p.org_id,-99) = NVL(i.org_id,-99);
7352: AND p.org_id = i.org_id; /* Bug 3174677: Added the NVL ,Refer to Update
7353: "16-JAN-04 sagarwal" in the history above.