DBA Data[Home] [Help]

APPS.AP_ETAX_PKG dependencies on FND_MESSAGE

Line 30: | more than one message from the FND message pile. N

26: | API to calculate tax from the import program
27: | P_All_Error_Messages - Determine if the calling point wants the returning
28: | of all or only 1 error message. Calling point will
29: | pass Y in the case they want to handle the return of
30: | more than one message from the FND message pile. N
31: | if they just want 1 message to be returned.
32: | P_error_code - Error code to be returned
33: | P_calling_sequence - Calling sequence
34: |

Line 341: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');

337:
338: EXCEPTION
339: WHEN OTHERS THEN
340: IF (SQLCODE <> -20001) THEN
341: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
342: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
343: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);
344: FND_MESSAGE.SET_TOKEN('PARAMETERS',
345: ' P_Invoice_Id = '||P_Invoice_Id||

Line 342: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);

338: EXCEPTION
339: WHEN OTHERS THEN
340: IF (SQLCODE <> -20001) THEN
341: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
342: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
343: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);
344: FND_MESSAGE.SET_TOKEN('PARAMETERS',
345: ' P_Invoice_Id = '||P_Invoice_Id||
346: ' P_Calling_Mode = '||P_Calling_Mode||

Line 343: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);

339: WHEN OTHERS THEN
340: IF (SQLCODE <> -20001) THEN
341: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
342: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
343: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);
344: FND_MESSAGE.SET_TOKEN('PARAMETERS',
345: ' P_Invoice_Id = '||P_Invoice_Id||
346: ' P_Calling_Mode = '||P_Calling_Mode||
347: ' P_Override_Status = '||P_Override_Status||

Line 344: FND_MESSAGE.SET_TOKEN('PARAMETERS',

340: IF (SQLCODE <> -20001) THEN
341: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
342: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
343: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);
344: FND_MESSAGE.SET_TOKEN('PARAMETERS',
345: ' P_Invoice_Id = '||P_Invoice_Id||
346: ' P_Calling_Mode = '||P_Calling_Mode||
347: ' P_Override_Status = '||P_Override_Status||
348: ' P_Line_Number_To_Delete = '||P_Line_Number_To_Delete||

Line 352: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);

348: ' P_Line_Number_To_Delete = '||P_Line_Number_To_Delete||
349: ' P_All_Error_Messages = '||P_All_Error_Messages||
350: ' P_Error_Code = '||P_Error_Code||
351: ' P_Calling_Sequence = '||P_Calling_Sequence);
352: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
353:
354: END IF;
355: APP_EXCEPTION.RAISE_EXCEPTION;
356:

Line 422: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');

418:
419: EXCEPTION
420: WHEN OTHERS THEN
421: IF (SQLCODE <> -20001) THEN
422: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
423: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
424: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);
425:
426: END IF;

Line 423: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);

419: EXCEPTION
420: WHEN OTHERS THEN
421: IF (SQLCODE <> -20001) THEN
422: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
423: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
424: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);
425:
426: END IF;
427: APP_EXCEPTION.RAISE_EXCEPTION;

Line 424: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);

420: WHEN OTHERS THEN
421: IF (SQLCODE <> -20001) THEN
422: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
423: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
424: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);
425:
426: END IF;
427: APP_EXCEPTION.RAISE_EXCEPTION;
428:

Line 461: | more than one message from the FND message pile. N

457: | API to calculate tax from the import program
458: | x_All_Error_Messages - Determine if the calling point wants the returning
459: | of all or only 1 error message. Calling point will
460: | pass Y in the case they want to handle the return of
461: | more than one message from the FND message pile. N
462: | if they just want 1 message to be returned.
463: | x_event_id - used by OVERRIDE TAX
464: | x_error_code - Error code to be returned
465: | x_calling_sequence - Calling sequence

Line 516: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');

512: EXCEPTION
513: WHEN OTHERS THEN
514: /*
515: IF (SQLCODE <> -20001) THEN
516: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
517: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
518: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);
519: FND_MESSAGE.SET_TOKEN('PARAMETERS',
520: ' x_Invoice_Id = '||x_Invoice_Id||

Line 517: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);

513: WHEN OTHERS THEN
514: /*
515: IF (SQLCODE <> -20001) THEN
516: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
517: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
518: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);
519: FND_MESSAGE.SET_TOKEN('PARAMETERS',
520: ' x_Invoice_Id = '||x_Invoice_Id||
521: ' x_Calling_Mode = '||x_Calling_Mode||

Line 518: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);

514: /*
515: IF (SQLCODE <> -20001) THEN
516: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
517: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
518: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);
519: FND_MESSAGE.SET_TOKEN('PARAMETERS',
520: ' x_Invoice_Id = '||x_Invoice_Id||
521: ' x_Calling_Mode = '||x_Calling_Mode||
522: ' x_Override_Status = '||x_Override_Status||

Line 519: FND_MESSAGE.SET_TOKEN('PARAMETERS',

515: IF (SQLCODE <> -20001) THEN
516: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
517: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
518: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);
519: FND_MESSAGE.SET_TOKEN('PARAMETERS',
520: ' x_Invoice_Id = '||x_Invoice_Id||
521: ' x_Calling_Mode = '||x_Calling_Mode||
522: ' x_Override_Status = '||x_Override_Status||
523: ' x_Line_Number_To_Delete = '||x_Line_Number_To_Delete||

Line 527: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);

523: ' x_Line_Number_To_Delete = '||x_Line_Number_To_Delete||
524: ' x_All_Error_Messages = '||x_All_Error_Messages||
525: ' x_Error_Code = '||x_Error_Code||
526: ' x_Calling_Sequence = '||x_Calling_Sequence);
527: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
528:
529: END IF;
530: APP_EXCEPTION.RAISE_EXCEPTION;
531: */