DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_INTEGRATION

Line 4854: --pa_integration.get_period_information to derive the period information.

4850: END IF;
4851: END IF;
4852:
4853: --If transaction is an accounted, non-period end accrual transaction then call
4854: --pa_integration.get_period_information to derive the period information.
4855: IF ( (nvl(G_gl_accted_flag,'N') = 'Y') and (l_period_end_txn = 'N')) THEN
4856:
4857: IF PG_DEBUG = 'Y' THEN
4858: pa_debug.G_err_stage := 'Start PA_Date and Recvr_PA_Date Checks for non-period-end accrual txns';

Line 4863: pa_debug.G_err_stage := 'Calling pa_integration.get_period_information';

4859: log_message('log_message: ' || pa_debug.G_err_Stage);
4860: END IF;
4861:
4862: IF PG_DEBUG = 'Y' THEN
4863: pa_debug.G_err_stage := 'Calling pa_integration.get_period_information';
4864: log_message('log_message: ' || pa_debug.G_err_Stage);
4865: END IF;
4866:
4867: pa_integration.get_period_information(

Line 4867: pa_integration.get_period_information(

4863: pa_debug.G_err_stage := 'Calling pa_integration.get_period_information';
4864: log_message('log_message: ' || pa_debug.G_err_Stage);
4865: END IF;
4866:
4867: pa_integration.get_period_information(
4868: p_expenditure_item_date => X_ei_date
4869: ,p_prvdr_gl_date => X_gl_date
4870: ,x_recvr_gl_date => G_RecvrGlDate
4871: ,p_line_type => 'R'

Line 4895: pa_debug.G_err_stage := 'After pa_integration.get_period_information';

4891: log_message('log_message: ' || 'G_RecvrGlDate = '|| G_RecvrGlDate || ' G_RecvrGlPeriodName = '|| G_RecvrGlPeriodName);
4892: END IF;
4893:
4894: IF PG_DEBUG = 'Y' THEN
4895: pa_debug.G_err_stage := 'After pa_integration.get_period_information';
4896: log_message('log_message: ' || pa_debug.G_err_Stage);
4897: END IF;
4898:
4899: --Pa_date check being done here

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 ,