DBA Data[Home] [Help]

APPS.AP_WITHHOLDING_PKG dependencies on FND_MESSAGE

Line 680: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');

676:
677: EXCEPTION
678: WHEN OTHERS THEN
679: IF (SQLCODE <> -20001) THEN
680: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
681: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
682: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
683: FND_MESSAGE.set_TOKEN('PARAMETERS',
684: ' Invoice Id = ' || to_char(P_Invoice_Id) ||

Line 681: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);

677: EXCEPTION
678: WHEN OTHERS THEN
679: IF (SQLCODE <> -20001) THEN
680: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
681: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
682: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
683: FND_MESSAGE.set_TOKEN('PARAMETERS',
684: ' Invoice Id = ' || to_char(P_Invoice_Id) ||
685: ', Calling module = ' || P_Calling_Module ||

Line 682: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);

678: WHEN OTHERS THEN
679: IF (SQLCODE <> -20001) THEN
680: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
681: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
682: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
683: FND_MESSAGE.set_TOKEN('PARAMETERS',
684: ' Invoice Id = ' || to_char(P_Invoice_Id) ||
685: ', Calling module = ' || P_Calling_Module ||
686: ', Create dists = ' || P_Create_dists ||

Line 683: FND_MESSAGE.set_TOKEN('PARAMETERS',

679: IF (SQLCODE <> -20001) THEN
680: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
681: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
682: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
683: FND_MESSAGE.set_TOKEN('PARAMETERS',
684: ' Invoice Id = ' || to_char(P_Invoice_Id) ||
685: ', Calling module = ' || P_Calling_Module ||
686: ', Create dists = ' || P_Create_dists ||
687: ', Payment Num = ' || to_char(P_Payment_Num) ||

Line 690: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);

686: ', Create dists = ' || P_Create_dists ||
687: ', Payment Num = ' || to_char(P_Payment_Num) ||
688: ', Currency code = ' || P_Currency_Code);
689:
690: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
691: END IF;
692: APP_EXCEPTION.RAISE_EXCEPTION;
693:
694: END Create_AWT_distributions;

Line 1443: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');

1439:
1440: EXCEPTION
1441: WHEN OTHERS THEN
1442: IF (SQLCODE <> -20001) THEN
1443: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
1444: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
1445: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
1446: FND_MESSAGE.set_TOKEN('PARAMETERS',
1447: ' Invoice Id = ' || to_char(P_Invoice_Id) ||

Line 1444: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);

1440: EXCEPTION
1441: WHEN OTHERS THEN
1442: IF (SQLCODE <> -20001) THEN
1443: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
1444: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
1445: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
1446: FND_MESSAGE.set_TOKEN('PARAMETERS',
1447: ' Invoice Id = ' || to_char(P_Invoice_Id) ||
1448: ', dist line no = ' || to_char(P_dist_Line_No) ||

Line 1445: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);

1441: WHEN OTHERS THEN
1442: IF (SQLCODE <> -20001) THEN
1443: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
1444: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
1445: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
1446: FND_MESSAGE.set_TOKEN('PARAMETERS',
1447: ' Invoice Id = ' || to_char(P_Invoice_Id) ||
1448: ', dist line no = ' || to_char(P_dist_Line_No) ||
1449: ', New Invoice Id = ' || to_char(P_New_Invoice_Id));

Line 1446: FND_MESSAGE.set_TOKEN('PARAMETERS',

1442: IF (SQLCODE <> -20001) THEN
1443: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
1444: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
1445: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
1446: FND_MESSAGE.set_TOKEN('PARAMETERS',
1447: ' Invoice Id = ' || to_char(P_Invoice_Id) ||
1448: ', dist line no = ' || to_char(P_dist_Line_No) ||
1449: ', New Invoice Id = ' || to_char(P_New_Invoice_Id));
1450:

Line 1451: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);

1447: ' Invoice Id = ' || to_char(P_Invoice_Id) ||
1448: ', dist line no = ' || to_char(P_dist_Line_No) ||
1449: ', New Invoice Id = ' || to_char(P_New_Invoice_Id));
1450:
1451: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
1452: END IF;
1453: APP_EXCEPTION.RAISE_EXCEPTION;
1454:
1455: END Create_AWT_Invoices;

Line 1884: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');

1880:
1881: EXCEPTION
1882: WHEN OTHERS THEN
1883: IF (SQLCODE <> -20001) THEN
1884: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
1885: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
1886: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
1887: FND_MESSAGE.set_TOKEN('PARAMETERS',
1888: ' Invoice Id = ' || to_char(P_Invoice_Id) ||

Line 1885: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);

1881: EXCEPTION
1882: WHEN OTHERS THEN
1883: IF (SQLCODE <> -20001) THEN
1884: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
1885: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
1886: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
1887: FND_MESSAGE.set_TOKEN('PARAMETERS',
1888: ' Invoice Id = ' || to_char(P_Invoice_Id) ||
1889: ', AWT Date = ' || to_char(P_Awt_Date) ||

Line 1886: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);

1882: WHEN OTHERS THEN
1883: IF (SQLCODE <> -20001) THEN
1884: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
1885: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
1886: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
1887: FND_MESSAGE.set_TOKEN('PARAMETERS',
1888: ' Invoice Id = ' || to_char(P_Invoice_Id) ||
1889: ', AWT Date = ' || to_char(P_Awt_Date) ||
1890: ', Calling module = ' || P_Calling_Module ||

Line 1887: FND_MESSAGE.set_TOKEN('PARAMETERS',

1883: IF (SQLCODE <> -20001) THEN
1884: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
1885: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
1886: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
1887: FND_MESSAGE.set_TOKEN('PARAMETERS',
1888: ' Invoice Id = ' || to_char(P_Invoice_Id) ||
1889: ', AWT Date = ' || to_char(P_Awt_Date) ||
1890: ', Calling module = ' || P_Calling_Module ||
1891: ', Amount = ' || to_char(P_Amount) ||

Line 1895: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);

1891: ', Amount = ' || to_char(P_Amount) ||
1892: ', Payment Num = ' || to_char(P_Payment_Num) ||
1893: ', Checkrun Name = ' || P_Checkrun_Name);
1894:
1895: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
1896: END IF;
1897: APP_EXCEPTION.RAISE_EXCEPTION;
1898:
1899: END Ap_Do_Withholding;

Line 2279: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');

2275: END IF;
2276: EXCEPTION
2277: WHEN OTHERS THEN
2278: IF (SQLCODE <> -20001) THEN
2279: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2280: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2281: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2282: FND_MESSAGE.set_TOKEN('PARAMETERS',
2283: ' Checkrun Name = ' || P_Checkrun_Name ||

Line 2280: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);

2276: EXCEPTION
2277: WHEN OTHERS THEN
2278: IF (SQLCODE <> -20001) THEN
2279: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2280: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2281: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2282: FND_MESSAGE.set_TOKEN('PARAMETERS',
2283: ' Checkrun Name = ' || P_Checkrun_Name ||
2284: ', Program_Id = ' || to_char(P_Program_Id) ||

Line 2281: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);

2277: WHEN OTHERS THEN
2278: IF (SQLCODE <> -20001) THEN
2279: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2280: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2281: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2282: FND_MESSAGE.set_TOKEN('PARAMETERS',
2283: ' Checkrun Name = ' || P_Checkrun_Name ||
2284: ', Program_Id = ' || to_char(P_Program_Id) ||
2285: ', Request_Id = ' || to_char(P_Request_Id));

Line 2282: FND_MESSAGE.set_TOKEN('PARAMETERS',

2278: IF (SQLCODE <> -20001) THEN
2279: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2280: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2281: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2282: FND_MESSAGE.set_TOKEN('PARAMETERS',
2283: ' Checkrun Name = ' || P_Checkrun_Name ||
2284: ', Program_Id = ' || to_char(P_Program_Id) ||
2285: ', Request_Id = ' || to_char(P_Request_Id));
2286:

Line 2287: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);

2283: ' Checkrun Name = ' || P_Checkrun_Name ||
2284: ', Program_Id = ' || to_char(P_Program_Id) ||
2285: ', Request_Id = ' || to_char(P_Request_Id));
2286:
2287: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
2288: END IF;
2289: APP_EXCEPTION.RAISE_EXCEPTION;
2290:
2291: END Ap_Withhold_AutoSelect;

Line 2387: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');

2383:
2384: EXCEPTION
2385: WHEN OTHERS THEN
2386: IF (SQLCODE <> -20001) THEN
2387: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2388: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2389: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2390: FND_MESSAGE.set_TOKEN('PARAMETERS',
2391: ' Checkrun Name = ' || P_Checkrun_Name ||

Line 2388: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);

2384: EXCEPTION
2385: WHEN OTHERS THEN
2386: IF (SQLCODE <> -20001) THEN
2387: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2388: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2389: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2390: FND_MESSAGE.set_TOKEN('PARAMETERS',
2391: ' Checkrun Name = ' || P_Checkrun_Name ||
2392: ', Program_Id = ' || to_char(P_Program_Id) ||

Line 2389: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);

2385: WHEN OTHERS THEN
2386: IF (SQLCODE <> -20001) THEN
2387: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2388: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2389: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2390: FND_MESSAGE.set_TOKEN('PARAMETERS',
2391: ' Checkrun Name = ' || P_Checkrun_Name ||
2392: ', Program_Id = ' || to_char(P_Program_Id) ||
2393: ', Request_Id = ' || to_char(P_Request_Id));

Line 2390: FND_MESSAGE.set_TOKEN('PARAMETERS',

2386: IF (SQLCODE <> -20001) THEN
2387: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2388: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2389: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2390: FND_MESSAGE.set_TOKEN('PARAMETERS',
2391: ' Checkrun Name = ' || P_Checkrun_Name ||
2392: ', Program_Id = ' || to_char(P_Program_Id) ||
2393: ', Request_Id = ' || to_char(P_Request_Id));
2394: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);

Line 2394: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);

2390: FND_MESSAGE.set_TOKEN('PARAMETERS',
2391: ' Checkrun Name = ' || P_Checkrun_Name ||
2392: ', Program_Id = ' || to_char(P_Program_Id) ||
2393: ', Request_Id = ' || to_char(P_Request_Id));
2394: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
2395: END IF;
2396: APP_EXCEPTION.RAISE_EXCEPTION;
2397:
2398: END Ap_Withhold_Confirm;

Line 2499: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');

2495:
2496: EXCEPTION
2497: WHEN OTHERS THEN
2498: IF (SQLCODE <> -20001) THEN
2499: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2500: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2501: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2502: FND_MESSAGE.set_TOKEN('PARAMETERS',
2503: ' Checkrun Name = ' || P_Checkrun_Name ||

Line 2500: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);

2496: EXCEPTION
2497: WHEN OTHERS THEN
2498: IF (SQLCODE <> -20001) THEN
2499: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2500: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2501: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2502: FND_MESSAGE.set_TOKEN('PARAMETERS',
2503: ' Checkrun Name = ' || P_Checkrun_Name ||
2504: ', Program_Id = ' || to_char(P_Program_Id) ||

Line 2501: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);

2497: WHEN OTHERS THEN
2498: IF (SQLCODE <> -20001) THEN
2499: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2500: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2501: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2502: FND_MESSAGE.set_TOKEN('PARAMETERS',
2503: ' Checkrun Name = ' || P_Checkrun_Name ||
2504: ', Program_Id = ' || to_char(P_Program_Id) ||
2505: ', Request_Id = ' || to_char(P_Request_Id));

Line 2502: FND_MESSAGE.set_TOKEN('PARAMETERS',

2498: IF (SQLCODE <> -20001) THEN
2499: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2500: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2501: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2502: FND_MESSAGE.set_TOKEN('PARAMETERS',
2503: ' Checkrun Name = ' || P_Checkrun_Name ||
2504: ', Program_Id = ' || to_char(P_Program_Id) ||
2505: ', Request_Id = ' || to_char(P_Request_Id));
2506: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);

Line 2506: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);

2502: FND_MESSAGE.set_TOKEN('PARAMETERS',
2503: ' Checkrun Name = ' || P_Checkrun_Name ||
2504: ', Program_Id = ' || to_char(P_Program_Id) ||
2505: ', Request_Id = ' || to_char(P_Request_Id));
2506: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
2507: END IF;
2508: APP_EXCEPTION.RAISE_EXCEPTION;
2509:
2510: END Ap_Withhold_Cancel;

Line 2615: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');

2611: RETURN(ret);
2612: EXCEPTION
2613: WHEN OTHERS THEN
2614: IF (SQLCODE <> -20001) THEN
2615: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2616: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2617: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2618: FND_MESSAGE.set_TOKEN('PARAMETERS',
2619: 'Tax Code Id = ' || TaxId);

Line 2616: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);

2612: EXCEPTION
2613: WHEN OTHERS THEN
2614: IF (SQLCODE <> -20001) THEN
2615: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2616: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2617: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2618: FND_MESSAGE.set_TOKEN('PARAMETERS',
2619: 'Tax Code Id = ' || TaxId);
2620:

Line 2617: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);

2613: WHEN OTHERS THEN
2614: IF (SQLCODE <> -20001) THEN
2615: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2616: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2617: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2618: FND_MESSAGE.set_TOKEN('PARAMETERS',
2619: 'Tax Code Id = ' || TaxId);
2620:
2621: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);

Line 2618: FND_MESSAGE.set_TOKEN('PARAMETERS',

2614: IF (SQLCODE <> -20001) THEN
2615: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2616: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2617: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2618: FND_MESSAGE.set_TOKEN('PARAMETERS',
2619: 'Tax Code Id = ' || TaxId);
2620:
2621: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
2622: END IF;

Line 2621: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);

2617: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2618: FND_MESSAGE.set_TOKEN('PARAMETERS',
2619: 'Tax Code Id = ' || TaxId);
2620:
2621: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
2622: END IF;
2623: APP_EXCEPTION.RAISE_EXCEPTION;
2624:
2625: END Period_Limit_ExISt_For_Tax;

Line 2788: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');

2784: error_text VARCHAR2(512) := substr(sqlerrm, 1, 512);
2785: BEGIN
2786: P_Awt_Success := error_text;
2787: IF (SQLCODE <> -20001) THEN
2788: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2789: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2790: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2791: FND_MESSAGE.set_TOKEN('PARAMETERS',
2792: ', Invoice_Id = ' || to_char(P_Invoice_Id) ||

Line 2789: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);

2785: BEGIN
2786: P_Awt_Success := error_text;
2787: IF (SQLCODE <> -20001) THEN
2788: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2789: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2790: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2791: FND_MESSAGE.set_TOKEN('PARAMETERS',
2792: ', Invoice_Id = ' || to_char(P_Invoice_Id) ||
2793: ', VENDor_Id = ' || to_char(P_VENDor_Id) ||

Line 2790: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);

2786: P_Awt_Success := error_text;
2787: IF (SQLCODE <> -20001) THEN
2788: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2789: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2790: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2791: FND_MESSAGE.set_TOKEN('PARAMETERS',
2792: ', Invoice_Id = ' || to_char(P_Invoice_Id) ||
2793: ', VENDor_Id = ' || to_char(P_VENDor_Id) ||
2794: ', Payment_Num = ' || to_char(P_Payment_Num) ||

Line 2791: FND_MESSAGE.set_TOKEN('PARAMETERS',

2787: IF (SQLCODE <> -20001) THEN
2788: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
2789: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
2790: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
2791: FND_MESSAGE.set_TOKEN('PARAMETERS',
2792: ', Invoice_Id = ' || to_char(P_Invoice_Id) ||
2793: ', VENDor_Id = ' || to_char(P_VENDor_Id) ||
2794: ', Payment_Num = ' || to_char(P_Payment_Num) ||
2795: ', Checkrun_Name = ' || P_Checkrun_Name ||

Line 2798: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);

2794: ', Payment_Num = ' || to_char(P_Payment_Num) ||
2795: ', Checkrun_Name = ' || P_Checkrun_Name ||
2796: ' Undo_Awt_Date = ' || to_char(P_Undo_Awt_Date));
2797:
2798: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
2799: END IF;
2800: APP_EXCEPTION.RAISE_EXCEPTION;
2801: END;
2802: END Ap_Undo_Temp_Withholding;

Line 3762: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');

3758: --
3759: P_Awt_Success := error_text;
3760:
3761: IF (SQLCODE <> -20001) THEN
3762: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
3763: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
3764: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
3765: FND_MESSAGE.set_TOKEN('PARAMETERS',
3766: ' Parent Id = ' || to_char(P_Parent_Id) ||

Line 3763: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);

3759: P_Awt_Success := error_text;
3760:
3761: IF (SQLCODE <> -20001) THEN
3762: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
3763: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
3764: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
3765: FND_MESSAGE.set_TOKEN('PARAMETERS',
3766: ' Parent Id = ' || to_char(P_Parent_Id) ||
3767: ', Calling_Module = ' || P_Calling_Module ||

Line 3764: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);

3760:
3761: IF (SQLCODE <> -20001) THEN
3762: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
3763: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
3764: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
3765: FND_MESSAGE.set_TOKEN('PARAMETERS',
3766: ' Parent Id = ' || to_char(P_Parent_Id) ||
3767: ', Calling_Module = ' || P_Calling_Module ||
3768: ', Awt_Date = ' || P_Awt_Date ||

Line 3765: FND_MESSAGE.set_TOKEN('PARAMETERS',

3761: IF (SQLCODE <> -20001) THEN
3762: FND_MESSAGE.set_NAME('SQLAP','AP_DEBUG');
3763: FND_MESSAGE.set_TOKEN('ERROR',SQLERRM);
3764: FND_MESSAGE.set_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
3765: FND_MESSAGE.set_TOKEN('PARAMETERS',
3766: ' Parent Id = ' || to_char(P_Parent_Id) ||
3767: ', Calling_Module = ' || P_Calling_Module ||
3768: ', Awt_Date = ' || P_Awt_Date ||
3769: ', New_Invoice_Payment_Id = ' || to_char(P_New_Invoice_Payment_Id) ||

Line 3774: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);

3770: ', dist_Line_No = ' || to_char(P_dist_Line_No) ||
3771: ', New_Invoice_Id = ' || to_char(P_New_Invoice_Id) ||
3772: ', New_dist_Line_No = ' || to_char(P_New_dist_Line_No));
3773:
3774: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
3775: END IF;
3776: APP_EXCEPTION.RAISE_EXCEPTION;
3777: END;
3778: END Ap_Undo_Withholding;