DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PA_TRX_IMPORT

Line 461: Pa_Trx_Import.G_Batch_Size := 0;

457: G_Detail_Attr_Index := 0;
458: G_Trx_Inserted_Tab.Delete;
459: G_Trx_Direct_Upd_Tab.Delete;
460: G_Trx_Import_Index := 0;
461: Pa_Trx_Import.G_Batch_Size := 0;
462:
463: -- PA.M/CWK changes
464: G_Po_Line_Id := Null;
465: G_Vendor_Id := Null;

Line 532: Pa_Trx_Import.G_Exit_Main := FALSE;

528: P_Clusive => 'EX');
529:
530: If Hxc_User_Type_Definition_Grp.T_Detail_Bld_Blks.COUNT > 0 Then
531:
532: Pa_Trx_Import.G_Exit_Main := FALSE;
533:
534: G_Stage := 'Loop thru all hxc detail building block records.';
535: If G_Debug_Mode = 'Y' Then
536: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;

Line 1326: Pa_Trx_Import.G_Batch_Size := Nvl(Pa_Trx_Import.G_Batch_Size,0) + G_Txn_Rec_Count;

1322: If G_Debug_Mode = 'Y' Then
1323: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
1324: Pa_Cc_Utils.Log_Message(Pa_Debug.G_Err_Stage,0);
1325: End If;
1326: Pa_Trx_Import.G_Batch_Size := Nvl(Pa_Trx_Import.G_Batch_Size,0) + G_Txn_Rec_Count;
1327: G_Txn_Rec_Count := 0;
1328:
1329: End If;
1330: End if; /* Bug 6698171, End of validation for terminated employee */

Line 1393: Pa_Trx_Import.G_Batch_Size := Nvl(Pa_Trx_Import.G_Batch_Size,0) + G_Txn_Rec_Count;

1389: If G_Debug_Mode = 'Y' Then
1390: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
1391: pa_cc_utils.log_message(Pa_Debug.G_Err_Stage,0);
1392: End If;
1393: Pa_Trx_Import.G_Batch_Size := Nvl(Pa_Trx_Import.G_Batch_Size,0) + G_Txn_Rec_Count;
1394:
1395: G_Txn_Rec_Count := 0;
1396:
1397: End If;

Line 1400: ' records, of which ' || to_char(Pa_Trx_Import.G_Batch_Size) || ' are to be processed' ||

1396:
1397: End If;
1398:
1399: G_Stage := 'This chunk has ' || to_char(Hxc_User_Type_Definition_Grp.T_Detail_Bld_Blks.COUNT) ||
1400: ' records, of which ' || to_char(Pa_Trx_Import.G_Batch_Size) || ' are to be processed' ||
1401: ' in the next phase of Trx Import.';
1402: If G_Debug_Mode = 'Y' Then
1403: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
1404: pa_cc_utils.log_message(Pa_Debug.G_Err_Stage,1);

Line 1415: Pa_Trx_Import.G_Exit_Main := NULL;

1411: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
1412: pa_cc_utils.log_message(Pa_Debug.G_Err_Stage,0);
1413: End If;
1414:
1415: Pa_Trx_Import.G_Exit_Main := NULL;
1416: Pa_Trx_Import.G_Batch_Size := 0;
1417:
1418: G_Stage := 'Call Hxc_Generic_Retrieval_Pkg.Update_Transaction_Status() one last time.';
1419: If G_Debug_Mode = 'Y' Then

Line 1416: Pa_Trx_Import.G_Batch_Size := 0;

1412: pa_cc_utils.log_message(Pa_Debug.G_Err_Stage,0);
1413: End If;
1414:
1415: Pa_Trx_Import.G_Exit_Main := NULL;
1416: Pa_Trx_Import.G_Batch_Size := 0;
1417:
1418: G_Stage := 'Call Hxc_Generic_Retrieval_Pkg.Update_Transaction_Status() one last time.';
1419: If G_Debug_Mode = 'Y' Then
1420: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;