DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_IMPLEMENTATIONS_ALL

Line 8430: -- replaced with pa_implementations_all table.

8426: ,l_accounted_period_type
8427: ,l_pa_period_type
8428: FROM pa_projects_all p
8429: -- MOAC changes
8430: -- replaced with pa_implementations_all table.
8431: --,pa_implementations a
8432: ,pa_implementations_all a
8433: ,gl_sets_of_books b
8434: WHERE p.project_id = p_target_project_id

Line 8432: ,pa_implementations_all a

8428: FROM pa_projects_all p
8429: -- MOAC changes
8430: -- replaced with pa_implementations_all table.
8431: --,pa_implementations a
8432: ,pa_implementations_all a
8433: ,gl_sets_of_books b
8434: WHERE p.project_id = p_target_project_id
8435: -- MOAC changes
8436: -- removed the nvl around the org_id.