DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_INTEGRATION

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

4416: END IF;
4417: END IF;
4418:
4419: --If transaction is an accounted, non-period end accrual transaction then call
4420: --pa_integration.get_period_information to derive the period information.
4421: IF ( (nvl(G_gl_accted_flag,'N') = 'Y') and (l_period_end_txn = 'N')) THEN
4422:
4423: IF PG_DEBUG = 'Y' THEN
4424: pa_debug.G_err_stage := 'Start PA_Date and Recvr_PA_Date Checks for non-period-end accrual txns';

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

4425: log_message('log_message: ' || pa_debug.G_err_Stage);
4426: END IF;
4427:
4428: IF PG_DEBUG = 'Y' THEN
4429: pa_debug.G_err_stage := 'Calling pa_integration.get_period_information';
4430: log_message('log_message: ' || pa_debug.G_err_Stage);
4431: END IF;
4432:
4433: pa_integration.get_period_information(

Line 4433: pa_integration.get_period_information(

4429: pa_debug.G_err_stage := 'Calling pa_integration.get_period_information';
4430: log_message('log_message: ' || pa_debug.G_err_Stage);
4431: END IF;
4432:
4433: pa_integration.get_period_information(
4434: p_expenditure_item_date => X_ei_date
4435: ,p_prvdr_gl_date => X_gl_date
4436: ,x_recvr_gl_date => G_RecvrGlDate
4437: ,p_line_type => 'R'

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

4457: log_message('log_message: ' || 'G_RecvrGlDate = '|| G_RecvrGlDate || ' G_RecvrGlPeriodName = '|| G_RecvrGlPeriodName);
4458: END IF;
4459:
4460: IF PG_DEBUG = 'Y' THEN
4461: pa_debug.G_err_stage := 'After pa_integration.get_period_information';
4462: log_message('log_message: ' || pa_debug.G_err_Stage);
4463: END IF;
4464:
4465: --Pa_date check being done here

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 ,