DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_IMPLEMENTATIONS_ALL

Line 8457: -- replaced with pa_implementations_all table.

8453: ,l_accounted_period_type
8454: ,l_pa_period_type
8455: FROM pa_projects_all p
8456: -- MOAC changes
8457: -- replaced with pa_implementations_all table.
8458: --,pa_implementations a
8459: ,pa_implementations_all a
8460: ,gl_sets_of_books b
8461: WHERE p.project_id = p_target_project_id

Line 8459: ,pa_implementations_all a

8455: FROM pa_projects_all p
8456: -- MOAC changes
8457: -- replaced with pa_implementations_all table.
8458: --,pa_implementations a
8459: ,pa_implementations_all a
8460: ,gl_sets_of_books b
8461: WHERE p.project_id = p_target_project_id
8462: -- MOAC changes
8463: -- removed the nvl around the org_id.