DBA Data[Home] [Help]

APPS.PAAPIMP_PKG dependencies on PAAPIMP_PKG

Line 1: PACKAGE BODY PAAPIMP_PKG AS

1: PACKAGE BODY PAAPIMP_PKG AS
2: /* $Header: PAAPIMPB.pls 120.81.12010000.5 2008/11/27 12:43:18 dlella ship $ */
3:
4: /*------------------Main Procedure-------------------------------------------*/
5: /* Added for Bug # 2138340 */

Line 299: G_Discount_Method:=PAAPIMP_PKG.return_discount_method;

295: --Modified the to_date to fnd_date.canonical_to_date - Bug 4522045
296: G_Profile_Discount_Start_date:=fnd_date.canonical_to_date(return_profile_discount_date);
297:
298: -- Get the discount Method.
299: G_Discount_Method:=PAAPIMP_PKG.return_discount_method;
300:
301: If g_body_debug_mode = 'Y' Then
302: write_log(LOG,'the profile discount start date is:'||to_char(G_Profile_Discount_Start_date));
303: write_log(LOG,'Only transactions after the profile start date will be pulled.');

Line 396: G_err_stack := G_err_stack || '->PAAPIMP_PKG.Initialize_Global';

392: End If;
393:
394: /* Initialize all logging and debugging variables */
395: v_old_stack := G_err_stack;
396: G_err_stack := G_err_stack || '->PAAPIMP_PKG.Initialize_Global';
397: G_err_code := 0;
398:
399: If p_debug_mode = 'Y' Then
400: write_log(LOG, G_err_stack);

Line 595: G_err_stack := G_err_stack || '->PAAPIMP_PKG.fetch_pf_var';

591:
592: BEGIN
593:
594: v_old_stack := G_err_stack;
595: G_err_stack := G_err_stack || '->PAAPIMP_PKG.fetch_pf_var';
596: G_err_stage := 'FETCHING PROFILE VARIABLES';
597:
598: If g_body_debug_mode = 'Y' Then
599: write_log(LOG, G_err_stack);

Line 679: G_err_stack := G_err_stack || '->PAAPIMP_PKG.create_new_batch_name';

675:
676: BEGIN
677:
678: v_old_stack := G_err_stack;
679: G_err_stack := G_err_stack || '->PAAPIMP_PKG.create_new_batch_name';
680: G_err_stage := 'CREATING NEW BATCHNAME';
681:
682: If g_body_debug_mode = 'Y' Then
683: write_log(LOG, G_err_stack);

Line 722: G_err_stack := G_err_stack || '->PAAPIMP_PKG.write_validate_param_log';

718:
719: BEGIN
720:
721: v_old_stack := G_err_stack;
722: G_err_stack := G_err_stack || '->PAAPIMP_PKG.write_validate_param_log';
723: G_err_stage := 'WRITE PARAMETERS TO LOG';
724:
725: If g_body_debug_mode = 'Y' Then
726: pa_debug.debug(G_err_stack);

Line 845: G_err_stack := G_err_stack || '->PAAPIMP_PKG.cleanup';

841:
842: BEGIN
843:
844: v_old_stack := G_err_stack;
845: G_err_stack := G_err_stack || '->PAAPIMP_PKG.cleanup';
846: G_err_code := 0;
847: G_err_stage := 'ALLOCATING LOCK';
848:
849: If g_body_debug_mode = 'Y' Then

Line 1034: G_err_stack := G_err_stack || '->PAAPIMP_PKG.get_mrc_flag';

1030:
1031: BEGIN
1032:
1033: v_old_stack := G_err_stack;
1034: G_err_stack := G_err_stack || '->PAAPIMP_PKG.get_mrc_flag';
1035: G_err_code := 0;
1036:
1037: If g_body_debug_mode = 'Y' Then
1038: write_log(LOG, G_err_stack);

Line 1110: G_err_stack := G_err_stack || '->PAAPIMP_PKG.print_stat_and_submit_report';

1106: BEGIN
1107:
1108: /* Initialize all logging and debugging variables */
1109: v_old_stack := G_err_stack;
1110: G_err_stack := G_err_stack || '->PAAPIMP_PKG.print_stat_and_submit_report';
1111: G_err_code := 0;
1112: If g_body_debug_mode = 'Y' Then
1113: write_log(LOG, G_err_stack);
1114:

Line 1195: G_err_stack := G_err_stack || '->PAAPIMP_PKG.trans_import';

1191: v_old_stack VARCHAR2(630);
1192: BEGIN
1193:
1194: v_old_stack := G_err_stack;
1195: G_err_stack := G_err_stack || '->PAAPIMP_PKG.trans_import';
1196: G_err_stage := 'TRANSACTION IMPORT';
1197: G_err_code := 0;
1198:
1199: write_log(LOG, '......Transaction Import Phase For ' || p_transaction_source);

Line 1314: G_err_stack := G_err_stack || '->PAAPIMP_PKG.net_zero_adjustment';

1310:
1311: BEGIN
1312:
1313: v_old_stack := G_err_stack;
1314: G_err_stack := G_err_stack || '->PAAPIMP_PKG.net_zero_adjustment';
1315: G_err_code := 0;
1316: G_err_stage := 'Updating the invoices/expense reports to Z if the distributions are encumbered';
1317:
1318: If g_body_debug_mode = 'Y' Then

Line 1614: G_err_stack := G_err_stack || '->PAAPIMP_PKG.mark_PAflag_O';

1610:
1611: BEGIN
1612:
1613: v_old_stack := G_err_stack;
1614: G_err_stack := G_err_stack || '->PAAPIMP_PKG.mark_PAflag_O';
1615: G_err_code := 0;
1616: G_err_stage := 'UPDATING INVOICE DISTRIBUTIONS-Marking Process';
1617:
1618: write_log(LOG, G_err_stack);

Line 4428: G_err_stack := G_err_stack || '->PAAPIMP_PKG.mark_PA_Disc_flag_O';

4424:
4425: BEGIN
4426:
4427: v_old_stack := G_err_stack;
4428: G_err_stack := G_err_stack || '->PAAPIMP_PKG.mark_PA_Disc_flag_O';
4429: G_err_code := 0;
4430: G_err_stage := 'UPDATING DISCOUNT DISTRIBUTIONS-Marking Process';
4431:
4432: write_log(LOG, G_err_stack);

Line 5549: G_err_stack := G_err_stack || '->PAAPIMP_PKG.mark_RCV_PAflag';

5545: v_status VARCHAR2(30);
5546:
5547: BEGIN
5548:
5549: G_err_stack := G_err_stack || '->PAAPIMP_PKG.mark_RCV_PAflag';
5550: write_log(LOG, 'UPDATING RCV_TRANSACTIONS -Marking Process');
5551:
5552: /* mark all the rcv sub ledger records pa_addition_flag to NULL for any rcv transactions
5553: that are non-project related or with a non-EXPENSE destination_type_code,which is not a return or is not actual*/

Line 8703: G_err_stack := G_err_stack || '->PAAPIMP_PKG.net_zero_pay_adjustment';

8699:
8700: BEGIN
8701:
8702: v_old_stack := G_err_stack;
8703: G_err_stack := G_err_stack || '->PAAPIMP_PKG.net_zero_pay_adjustment';
8704: G_err_code := 0;
8705: G_err_stage := 'Updating the payments to Z if they sum up to zero';
8706:
8707: write_log(LOG, G_err_stage);

Line 8882: G_err_stack := G_err_stack || '->PAAPIMP_PKG.mark_PA_Pay_flag_O';

8878:
8879: BEGIN
8880:
8881: v_old_stack := G_err_stack;
8882: G_err_stack := G_err_stack || '->PAAPIMP_PKG.mark_PA_Pay_flag_O';
8883: G_err_code := 0;
8884: G_err_stage := 'UPDATING PAYMENT DISTRIBUTIONS-Marking Process';
8885:
8886: write_log(LOG, G_err_stack);

Line 11387: END PAAPIMP_PKG;

11383: RAISE;
11384:
11385: END ReceiptPaAdditionFlag;
11386:
11387: END PAAPIMP_PKG;