DBA Data[Home] [Help]

APPS.AP_WITHHOLDING_PKG dependencies on APP_EXCEPTION

Line 1279: APP_EXCEPTION.RAISE_EXCEPTION;

1275: ', Currency code = ' || P_Currency_Code);
1276:
1277: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
1278: END IF;
1279: APP_EXCEPTION.RAISE_EXCEPTION;
1280:
1281: END Create_AWT_distributions;
1282:
1283: PROCEDURE Create_AWT_Invoices(

Line 2441: APP_EXCEPTION.RAISE_EXCEPTION;

2437: ', New Invoice Id = ' || to_char(P_New_Invoice_Id));
2438:
2439: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
2440: END IF;
2441: APP_EXCEPTION.RAISE_EXCEPTION;
2442:
2443: END Create_AWT_Invoices;
2444:
2445:

Line 2907: APP_EXCEPTION.RAISE_EXCEPTION;

2903: ', Checkrun Name = ' || P_Checkrun_Name);
2904:
2905: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
2906: END IF;
2907: APP_EXCEPTION.RAISE_EXCEPTION;
2908:
2909: END Ap_Do_Withholding;
2910:
2911:

Line 3402: APP_EXCEPTION.RAISE_EXCEPTION;

3398: FND_FILE.PUT_LINE(FND_FILE.LOG, 'ERROR Msg : ' || SQLERRM);
3399: FND_FILE.PUT_LINE(FND_FILE.LOG, G_MODULE_NAME || '.' || l_api_name || ' - ' || debug_info ||' - '||systimestamp);
3400: /* End - BUG 14364091 - Logging */
3401:
3402: APP_EXCEPTION.RAISE_EXCEPTION;
3403:
3404: END Ap_Withhold_AutoSelect;
3405:
3406: PROCEDURE Ap_Withhold_Confirm (

Line 3528: APP_EXCEPTION.RAISE_EXCEPTION;

3524: FND_FILE.PUT_LINE(FND_FILE.LOG, 'ERROR Msg : ' || SQLERRM);
3525: FND_FILE.PUT_LINE(FND_FILE.LOG, debug_info||' - '||systimestamp);
3526: /* End - BUG 14364091 - Logging */
3527:
3528: APP_EXCEPTION.RAISE_EXCEPTION;
3529:
3530: END Ap_Withhold_Confirm;
3531:
3532:

Line 3657: APP_EXCEPTION.RAISE_EXCEPTION;

3653: FND_FILE.PUT_LINE(FND_FILE.LOG, 'ERROR Msg : ' || SQLERRM);
3654: FND_FILE.PUT_LINE(FND_FILE.LOG, debug_info||' - '||systimestamp);
3655: /* End - BUG 14364091 - Logging */
3656:
3657: APP_EXCEPTION.RAISE_EXCEPTION;
3658:
3659: END Ap_Withhold_Cancel;
3660:
3661:

Line 3852: APP_EXCEPTION.RAISE_EXCEPTION;

3848: 'Tax Code Id = ' || TaxId);
3849:
3850: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
3851: END IF;
3852: APP_EXCEPTION.RAISE_EXCEPTION;
3853:
3854: END Period_Limit_ExISt_For_Tax;
3855:
3856: BEGIN

Line 4146: APP_EXCEPTION.RAISE_EXCEPTION;

4142: FND_FILE.PUT_LINE(FND_FILE.LOG, 'ERROR Msg : ' || SQLERRM);
4143: FND_FILE.PUT_LINE(FND_FILE.LOG, G_MODULE_NAME || '.' || l_api_name || ' - ' || debug_info ||' - '||systimestamp);
4144: /* End - BUG 14364091 - Logging */
4145:
4146: APP_EXCEPTION.RAISE_EXCEPTION;
4147: END;
4148: END Ap_Undo_Temp_Withholding;
4149:
4150:

Line 5693: APP_EXCEPTION.RAISE_EXCEPTION;

5689: ', New_dist_Line_No = ' || to_char(P_New_dist_Line_No));
5690:
5691: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
5692: END IF;
5693: APP_EXCEPTION.RAISE_EXCEPTION;
5694: END;
5695: END Ap_Undo_Withholding;
5696:
5697: /*bug13606808, Added the procedure Ap_Undo_Orphan_Distributions to delete the orphan AWT distributions

Line 5949: APP_EXCEPTION.RAISE_EXCEPTION;

5945: ' Undo_Awt_Date = ' || to_char(P_Undo_Awt_Date));
5946:
5947: FND_MESSAGE.set_TOKEN('DEBUG_INFO',debug_info);
5948: END IF;
5949: APP_EXCEPTION.RAISE_EXCEPTION;
5950: END;
5951: END Ap_Undo_Orphan_Distributions;
5952:
5953: END AP_WITHHOLDING_PKG;