DBA Data[Home] [Help]

APPS.PA_BC_COSTING dependencies on PA_FUNDS_CONTROL_UTILS

Line 1203: l_resource_list_member_id := pa_funds_control_utils2.get_Cwk_rlmi

1199: If c1_rec.budget_version_id is NOT NULL
1200: and c1_rec.po_header_id is NOT NULL Then
1201: l_debug_stage := l_stage||':'||'Calling Get_CWK_RLMI API';
1202: print_msg(l_debug_mode,l_debug_stage);
1203: l_resource_list_member_id := pa_funds_control_utils2.get_Cwk_rlmi
1204: (p_project_id => c1_rec.project_id
1205: ,p_task_id => c1_rec.task_id
1206: ,p_budget_version_id => c1_rec.budget_version_id
1207: ,p_document_header_id => c1_rec.po_header_id

Line 1245: pa_funds_control_utils.get_budget_ccid

1241: * Get budget_ccid
1242: */
1243:
1244: l_stage := 500;
1245: pa_funds_control_utils.get_budget_ccid
1246: ( p_project_id => c1_rec.project_id
1247: ,p_task_id => c1_rec.task_id
1248: ,p_top_task_id => c1_rec.top_task_id
1249: ,p_res_list_mem_id => l_resource_list_member_id

Line 2069: AND pa_funds_control_utils.get_bdgt_link(NVL( cdl.project_id, -99)

2065: AND ei.ind_cost_dist_rejection_code IS NULL
2066: AND cdl.line_type ='R'
2067: AND cdl.line_num_reversed IS NULL
2068: AND cdl.reversed_flag IS NULL
2069: AND pa_funds_control_utils.get_bdgt_link(NVL( cdl.project_id, -99)
2070: ,'STD'
2071: ) = 'Y'
2072: ;
2073: