DBA Data[Home] [Help]

APPS.IGI_EXP_HOLDS dependencies on FND_MESSAGE

Line 23: FND_MESSAGE.SET_NAME('IGI','IGI_LOGGING_UNEXP_ERROR');

19:
20: IF (l_unexp_level >= l_debug_level) THEN
21:
22: IF (P_error_type = 'DEFAULT') THEN
23: FND_MESSAGE.SET_NAME('IGI','IGI_LOGGING_UNEXP_ERROR');
24: FND_MESSAGE.SET_TOKEN('CODE',sqlcode);
25: FND_MESSAGE.SET_TOKEN('MSG',sqlerrm);
26: FND_LOG.MESSAGE(l_unexp_level, 'igi.plsql.igiexprb.igi_exp_holds.' || P_module ,TRUE);
27: ELSIF (P_error_type = 'USER') THEN

Line 24: FND_MESSAGE.SET_TOKEN('CODE',sqlcode);

20: IF (l_unexp_level >= l_debug_level) THEN
21:
22: IF (P_error_type = 'DEFAULT') THEN
23: FND_MESSAGE.SET_NAME('IGI','IGI_LOGGING_UNEXP_ERROR');
24: FND_MESSAGE.SET_TOKEN('CODE',sqlcode);
25: FND_MESSAGE.SET_TOKEN('MSG',sqlerrm);
26: FND_LOG.MESSAGE(l_unexp_level, 'igi.plsql.igiexprb.igi_exp_holds.' || P_module ,TRUE);
27: ELSIF (P_error_type = 'USER') THEN
28: FND_LOG.MESSAGE(l_unexp_level, 'igi.plsql.igiexprb.igi_exp_holds.' || P_module ,TRUE);

Line 25: FND_MESSAGE.SET_TOKEN('MSG',sqlerrm);

21:
22: IF (P_error_type = 'DEFAULT') THEN
23: FND_MESSAGE.SET_NAME('IGI','IGI_LOGGING_UNEXP_ERROR');
24: FND_MESSAGE.SET_TOKEN('CODE',sqlcode);
25: FND_MESSAGE.SET_TOKEN('MSG',sqlerrm);
26: FND_LOG.MESSAGE(l_unexp_level, 'igi.plsql.igiexprb.igi_exp_holds.' || P_module ,TRUE);
27: ELSIF (P_error_type = 'USER') THEN
28: FND_LOG.MESSAGE(l_unexp_level, 'igi.plsql.igiexprb.igi_exp_holds.' || P_module ,TRUE);
29: END IF;

Line 145: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);

141: -- =============== START DEBUG LOG ================
142: DEBUG_LOG_UNEXP_ERROR ('Set_hold.unexp1','DEFAULT');
143: -- =============== END DEBUG LOG ==================
144: END IF;
145: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);
146: END Set_Hold;
147:
148: --============================================================================
149: -- RELEASE_HOLD: Procedure to release a hold from an invoice

Line 207: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);

203: -- =============== START DEBUG LOG ================
204: DEBUG_LOG_UNEXP_ERROR ('Release_hold.unexp1','DEFAULT');
205: -- =============== END DEBUG LOG ==================
206: END IF;
207: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);
208: END Release_Hold;
209:
210: --===================================================================
211: -- GET_HOLD_STATUS: Gets the status of the hold as -

Line 268: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);

264: -- =============== START DEBUG LOG ================
265: DEBUG_LOG_UNEXP_ERROR ('Get_hold_status.unexp1','DEFAULT');
266: -- =============== END DEBUG LOG ==================
267: END IF;
268: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);
269: END Get_Hold_Status;
270:
271: --=====================================================================
272: -- Get_Approval_Status: Gets the invoice level approval status as -

Line 455: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);

451: -- =============== START DEBUG LOG ================
452: DEBUG_LOG_UNEXP_ERROR ('Get_approval_status.unexp1','DEFAULT');
453: -- =============== END DEBUG LOG ==================
454: END IF;
455: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);
456:
457: END get_approval_status;
458:
459: --============================================================================

Line 546: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);

542: -- =============== START DEBUG LOG ================
543: DEBUG_LOG_UNEXP_ERROR ('Invoice_not_included.unexp1','DEFAULT');
544: -- =============== END DEBUG LOG ==================
545: END IF;
546: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);
547: END Invoice_Not_Excluded ;
548:
549: --========================================================================
550: -- PROCEDURE: Igi_Exp_Ap_Holds_T2

Line 667: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);

663: -- =============== START DEBUG LOG ================
664: DEBUG_LOG_UNEXP_ERROR ('Invoice_not_included.unexp1','DEFAULT');
665: -- =============== END DEBUG LOG ==================
666: END IF;
667: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);
668: END Igi_Exp_Ap_Holds_T2;
669:
670: -- Bug 2438858 Start
671: --========================================================================

Line 764: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);

760: -- =============== START DEBUG LOG ================
761: DEBUG_LOG_UNEXP_ERROR ('Igi_Exp_Ap_Inv_Dist_T2.unexp1','DEFAULT');
762: -- =============== END DEBUG LOG ==================
763: END IF;
764: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);
765: END Igi_Exp_Ap_Inv_Dist_T2;
766:
767:
768:

Line 862: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);

858: -- =============== START DEBUG LOG ================
859: DEBUG_LOG_UNEXP_ERROR ('Igi_Exp_Ap_Inv_Line_T2.unexp1','DEFAULT');
860: -- =============== END DEBUG LOG ==================
861: END IF;
862: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);
863: END Igi_Exp_Ap_Inv_Line_T2;
864: -- Bug 5905190 End
865:
866: --============================================================================

Line 1274: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);

1270: -- =============== START DEBUG LOG ================
1271: DEBUG_LOG_UNEXP_ERROR ('Place_Release_Hold.unexp1','DEFAULT');
1272: -- =============== END DEBUG LOG ==================
1273: END IF;
1274: RAISE_APPLICATION_ERROR(-20001, fnd_message.get);
1275: END Place_Release_Hold;
1276:
1277: END igi_exp_holds;