DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PO_PA_INTEGRATION_GRP

Line 5331: PO_PA_INTEGRATION_GRP.validate_temp_labor_po (

5327: pa_debug.G_err_stage := 'Calling PO Validation api';
5328: log_message('log_message: ' || pa_debug.G_err_Stage);
5329: END IF;
5330:
5331: PO_PA_INTEGRATION_GRP.validate_temp_labor_po (
5332: P_Api_Version => 1.0,
5333: P_Project_Id => G_project_id,
5334: P_Task_Id => G_task_id,
5335: P_Po_Number => P_po_number,

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

5353: G_acct_rate_type := X_acct_rate_type; -- Bug: 3570261
5354:
5355:
5356: IF PG_DEBUG = 'Y' THEN
5357: pa_debug.G_err_stage := 'After PO_PA_INTEGRATION_GRP.validate_temp_labor_po ';
5358: log_message('log_message: ' || pa_debug.G_err_Stage);
5359: END IF;
5360:
5361: IF temp_status IS NOT NULL THEN

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

12542:
12543: Begin
12544:
12545:
12546: PO_PA_INTEGRATION_GRP.get_line_rate_info( p_api_version => 1.0 ,
12547: p_price_type => p_price_type ,
12548: p_po_line_id => p_po_line_id ,
12549: p_project_id => p_project_id ,
12550: p_task_id => p_task_id ,