DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_UTILS dependencies on PA_IMPLEMENTATIONS_ALL

Line 7343: ,pa_implementations_all i

7339: ,x_projfunc_cost_rate_type
7340: ,x_project_bil_rate_type
7341: ,x_projfunc_bil_rate_type
7342: FROM pa_projects_all p
7343: ,pa_implementations_all i
7344: WHERE p.project_id = p_project_id
7345: --AND NVL(p.org_id,-99) = NVL(i.org_id,-99);
7346: AND p.org_id = i.org_id; /* Bug 3174677: Added the NVL ,Refer to Update
7347: "16-JAN-04 sagarwal" in the history above.