DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PA_TRX_IMPORT

Line 479: Pa_Trx_Import.G_Batch_Size := 0;

475: G_Detail_Attr_Index := 0;
476: G_Trx_Inserted_Tab.Delete;
477: G_Trx_Direct_Upd_Tab.Delete;
478: G_Trx_Import_Index := 0;
479: Pa_Trx_Import.G_Batch_Size := 0;
480:
481: -- PA.M/CWK changes
482: G_Po_Line_Id := Null;
483: G_Vendor_Id := Null;

Line 550: Pa_Trx_Import.G_Exit_Main := FALSE;

546: P_Clusive => 'EX');
547:
548: If Hxc_User_Type_Definition_Grp.T_Detail_Bld_Blks.COUNT > 0 Then
549:
550: Pa_Trx_Import.G_Exit_Main := FALSE;
551:
552: G_Stage := 'Loop thru all hxc detail building block records.';
553: If G_Debug_Mode = 'Y' Then
554: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;

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

1352: If G_Debug_Mode = 'Y' Then
1353: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
1354: Pa_Cc_Utils.Log_Message(Pa_Debug.G_Err_Stage,0);
1355: End If;
1356: Pa_Trx_Import.G_Batch_Size := Nvl(Pa_Trx_Import.G_Batch_Size,0) + G_Txn_Rec_Count;
1357: G_Txn_Rec_Count := 0;
1358:
1359: End If;
1360: End if; /* Bug 6698171, End of validation for terminated employee */

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

1419: If G_Debug_Mode = 'Y' Then
1420: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
1421: pa_cc_utils.log_message(Pa_Debug.G_Err_Stage,0);
1422: End If;
1423: Pa_Trx_Import.G_Batch_Size := Nvl(Pa_Trx_Import.G_Batch_Size,0) + G_Txn_Rec_Count;
1424:
1425: G_Txn_Rec_Count := 0;
1426:
1427: End If;

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

1426:
1427: End If;
1428:
1429: G_Stage := 'This chunk has ' || to_char(Hxc_User_Type_Definition_Grp.T_Detail_Bld_Blks.COUNT) ||
1430: ' records, of which ' || to_char(Pa_Trx_Import.G_Batch_Size) || ' are to be processed' ||
1431: ' in the next phase of Trx Import.';
1432: If G_Debug_Mode = 'Y' Then
1433: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
1434: pa_cc_utils.log_message(Pa_Debug.G_Err_Stage,1);

Line 1445: Pa_Trx_Import.G_Exit_Main := NULL;

1441: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
1442: pa_cc_utils.log_message(Pa_Debug.G_Err_Stage,0);
1443: End If;
1444:
1445: Pa_Trx_Import.G_Exit_Main := NULL;
1446: Pa_Trx_Import.G_Batch_Size := 0;
1447:
1448: G_Stage := 'Call Hxc_Generic_Retrieval_Pkg.Update_Transaction_Status() one last time.';
1449: If G_Debug_Mode = 'Y' Then

Line 1446: Pa_Trx_Import.G_Batch_Size := 0;

1442: pa_cc_utils.log_message(Pa_Debug.G_Err_Stage,0);
1443: End If;
1444:
1445: Pa_Trx_Import.G_Exit_Main := NULL;
1446: Pa_Trx_Import.G_Batch_Size := 0;
1447:
1448: G_Stage := 'Call Hxc_Generic_Retrieval_Pkg.Update_Transaction_Status() one last time.';
1449: If G_Debug_Mode = 'Y' Then
1450: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;