DBA Data[Home] [Help]

APPS.PJM_UTILS dependencies on PA_IMPLEMENTATIONS

Line 64: , pa_implementations_all imp

60: , C_task_id NUMBER )
61: IS
62: SELECT accum.accum_period
63: FROM pa_project_accum_headers accum
64: , pa_implementations_all imp
65: , gl_sets_of_books sob
66: , gl_periods per
67: , pa_projects_all pa
68: WHERE accum.project_id = C_project_id

Line 82: from pa_implementations;

78: BEGIN
79:
80: select accumulation_period_type
81: into L_accum_period_type
82: from pa_implementations;
83:
84: if ( L_accum_period_type = 'PA' ) then
85: open PA_Accum_Period ( X_project_id
86: , X_task_id );