DBA Data[Home] [Help]

APPS.PA_FP_CI_MERGE dependencies on PA_PROJECT_STRUCTURE_UTILS

Line 4037: ,PA_PROJECT_STRUCTURE_UTILS.GET_FIN_STRUC_VER_ID(project_id )

4033: -- Select the details required from pa_budget_versions so that they can be used in the later part of the code
4034: SELECT etc_start_date
4035: ,project_id
4036: ,version_type
4037: ,PA_PROJECT_STRUCTURE_UTILS.GET_FIN_STRUC_VER_ID(project_id )
4038: ,nvl(labor_quantity,0)
4039: ,nvl(equipment_quantity,0)
4040: ,nvl(raw_cost,0)
4041: ,nvl(burdened_cost,0)