DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PO_PA_INTEGRATION_GRP

Line 4895: PO_PA_INTEGRATION_GRP.validate_temp_labor_po (

4891: pa_debug.G_err_stage := 'Calling PO Validation api';
4892: log_message('log_message: ' || pa_debug.G_err_Stage);
4893: END IF;
4894:
4895: PO_PA_INTEGRATION_GRP.validate_temp_labor_po (
4896: P_Api_Version => 1.0,
4897: P_Project_Id => G_project_id,
4898: P_Task_Id => G_task_id,
4899: P_Po_Number => P_po_number,

Line 4921: pa_debug.G_err_stage := 'After PO_PA_INTEGRATION_GRP.validate_temp_labor_po ';

4917: G_acct_rate_type := X_acct_rate_type; -- Bug: 3570261
4918:
4919:
4920: IF PG_DEBUG = 'Y' THEN
4921: pa_debug.G_err_stage := 'After PO_PA_INTEGRATION_GRP.validate_temp_labor_po ';
4922: log_message('log_message: ' || pa_debug.G_err_Stage);
4923: END IF;
4924:
4925: IF temp_status IS NOT NULL THEN

Line 11653: PO_PA_INTEGRATION_GRP.get_line_rate_info( p_api_version => 1.0 ,

11649:
11650: Begin
11651:
11652:
11653: PO_PA_INTEGRATION_GRP.get_line_rate_info( p_api_version => 1.0 ,
11654: p_price_type => p_price_type ,
11655: p_po_line_id => p_po_line_id ,
11656: p_project_id => p_project_id ,
11657: p_task_id => p_task_id ,