DBA Data[Home] [Help]

APPS.PA_FP_CI_MERGE dependencies on PA_PROJECT_STRUCTURE_UTILS

Line 3404: ,PA_PROJECT_STRUCTURE_UTILS.GET_FIN_STRUC_VER_ID(project_id )

3400: -- Select the details required from pa_budget_versions so that they can be used in the later part of the code
3401: SELECT etc_start_date
3402: ,project_id
3403: ,version_type
3404: ,PA_PROJECT_STRUCTURE_UTILS.GET_FIN_STRUC_VER_ID(project_id )
3405: ,nvl(labor_quantity,0)
3406: ,nvl(equipment_quantity,0)
3407: ,nvl(raw_cost,0)
3408: ,nvl(burdened_cost,0)