DBA Data[Home] [Help]

APPS.PA_BGT_BASELINE_PKG dependencies on PA_TASKS

Line 85: pa_tasks pt,

81: pb.burdened_cost
82: from
83: pa_budget_lines pb,
84: pa_resource_assignments pa,
85: pa_tasks pt,
86: pa_resource_list_members rm,
87: pa_budget_versions pbv
88: where pbv.budget_version_id = p_budget_version_id
89: and pa.resource_assignment_id = pb.resource_assignment_id

Line 758: pa_tasks pt

754: from pa_expenditure_items_all ei,
755: pa_expenditures_all exp,
756: pa_cost_distribution_lines_all cdl,
757: gl_period_STATUSES gl,
758: pa_tasks pt
759: where cdl.project_id = p_project_id
760: and pt.task_id = ei.task_id
761: and ei.expenditure_id = exp.expenditure_id
762: --and trunc(gl.end_date) = trunc(cdl.gl_date)

Line 872: pa_tasks pt

868: from pa_expenditure_items_all ei,
869: pa_expenditures_all exp,
870: pa_cost_distribution_lines_all cdl,
871: gl_period_STATUSES gl,
872: pa_tasks pt
873: where cdl.project_id = p_project_id
874: and pt.task_id = ei.task_id
875: and ei.expenditure_id = exp.expenditure_id
876: --and trunc(gl.end_date) = trunc(cdl.gl_date)

Line 1251: pa_tasks pt

1247: ,bc.reference3
1248: -- R12 Funds Management Uptake
1249: ,bc.burden_method_code
1250: from pa_bc_commitments_all bc,
1251: pa_tasks pt
1252: --,pa_budget_versions pbv,
1253: --pa_budget_types pbt
1254: where bc.project_id = p_project_id
1255: and pt.task_id = bc.task_id;