DBA Data[Home] [Help]

APPS.PJI_PJP_SUM_ROLLUP dependencies on PA_PROJ_FP_OPTIONS

Line 5209: PA_PROJ_FP_OPTIONS fpo,

5205: map.worker_id,bv.project_id,bv.budget_version_id,
5206: nvl(fpo.all_time_phased_code,nvl(fpo.cost_time_phased_code,fpo.revenue_time_phased_code)) time_phased_code
5207: from
5208: PJI_PJP_PROJ_BATCH_MAP map,
5209: PA_PROJ_FP_OPTIONS fpo,
5210: PA_BUDGET_VERSIONS bv
5211: where
5212: map.WORKER_ID = p_worker_id and
5213: fpo.FIN_PLAN_TYPE_ID = nvl(l_plan_type_id,fpo.FIN_PLAN_TYPE_ID) and