DBA Data[Home] [Help]

APPS.PJI_FM_PLAN_CAL_RLPS_T dependencies on PA_BUDGET_LINES

Line 63: from pa_budget_lines pbl, pji_fm_extr_plnver3_t plnt,

59: CURSOR c_budget_lines_csr IS
60: select distinct plnt.project_id, sum(pbl.quantity) quantity,
61: ra.planning_start_date, ra.planning_end_date, ra.task_id,
62: plnt.plan_type_code, plnt.plan_version_id, plnt.rbs_struct_version_id /* For bug 10305483 */
63: from pa_budget_lines pbl, pji_fm_extr_plnver3_t plnt,
64: pa_resource_assignments ra
65: where pbl.budget_version_id = plnt.plan_version_id
66: and ra.resource_assignment_id =pbl.resource_asSIGNment_id
67: and ra.project_id = plnt.project_id