DBA Data[Home] [Help]

APPS.PSA_MFAR_VAL_PKG dependencies on PSA_UTILS

Line 74: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

70: if
71: X_TRANSACTION_CLASS = 'GUAR' then
72: FND_MESSAGE.SET_NAME('PSA','PSA_INVALID_CLASS_GUAR');
73: -- ========================= FND LOG ===========================
74: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
75: -- ========================= FND LOG ===========================
76: APP_EXCEPTION.RAISE_EXCEPTION;
77: fnd_msg_pub.add;
78: RAISE FND_API.G_EXC_ERROR;

Line 84: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

80: elsif
81: X_TRANSACTION_CLASS = 'CM' then
82: FND_MESSAGE.SET_NAME('PSA','PSA_INVALID_CLASS_CM');
83: -- ========================= FND LOG ===========================
84: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
85: -- ========================= FND LOG ===========================
86: APP_EXCEPTION.RAISE_EXCEPTION;
87: fnd_msg_pub.add;
88: RAISE FND_API.G_EXC_ERROR;

Line 94: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

90: elsif
91: X_TRANSACTION_CLASS = 'CB' then
92: FND_MESSAGE.SET_NAME('PSA','PSA_INVALID_CLASS_CB');
93: -- ========================= FND LOG ===========================
94: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
95: -- ========================= FND LOG ===========================
96: APP_EXCEPTION.RAISE_EXCEPTION;
97: fnd_msg_pub.add;
98: RAISE FND_API.G_EXC_ERROR;

Line 117: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

113:
114: if (l_base_currency <> X_BASE_CURRENCY_CODE) then
115: FND_MESSAGE.SET_NAME('PSA','PSA_INVALID_CURRENCY_CODE');
116: -- ========================= FND LOG ===========================
117: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
118: -- ========================= FND LOG ===========================
119: APP_EXCEPTION.RAISE_EXCEPTION;
120: fnd_msg_pub.add;
121: RAISE FND_API.G_EXC_ERROR;

Line 154: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

150:
151: if (X_INVOICE_RULE_ID is not null) then
152: FND_MESSAGE.SET_NAME('PSA','PSA_INVALID_TRX_RULES');
153: -- ========================= FND LOG ===========================
154: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
155: -- ========================= FND LOG ===========================
156: APP_EXCEPTION.RAISE_EXCEPTION;
157: fnd_msg_pub.add;
158: RAISE FND_API.G_EXC_ERROR;

Line 169: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

165:
166: if X_TRX_COMMITMENT_NUMBER is not null then
167: FND_MESSAGE.SET_NAME('PSA','PSA_INVALID_COMMITMENT_NO');
168: -- ========================= FND LOG ===========================
169: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
170: -- ========================= FND LOG ===========================
171: APP_EXCEPTION.RAISE_EXCEPTION;
172: fnd_msg_pub.add;
173: RAISE FND_API.G_EXC_ERROR;

Line 184: psa_utils.debug_unexpected_msg(l_full_path);

180: WHEN NO_DATA_FOUND or TOO_MANY_ROWS then
181: return;
182: WHEN OTHERS then
183: -- ========================= FND LOG ===========================
184: psa_utils.debug_unexpected_msg(l_full_path);
185: -- ========================= FND LOG ===========================
186: RAISE;
187: end AR_MFAR_VALIDATE_TRX_HEADER;
188:

Line 247: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

243:
244: if (l_base_currency <> X_BASE_CURRENCY_CODE) then
245: FND_MESSAGE.SET_NAME('PSA','PSA_INVALID_CURRENCY_CODE');
246: -- ========================= FND LOG ===========================
247: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
248: -- ========================= FND LOG ===========================
249: fnd_msg_pub.add;
250: RAISE FND_API.G_EXC_ERROR;
251: end if;

Line 268: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

264:
265: if (l_profile_val <> 'Y' ) then
266: FND_MESSAGE.SET_NAME('PSA','PSA_INVALID_PROFILE_VAL');
267: -- ========================= FND LOG ===========================
268: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
269: -- ========================= FND LOG ===========================
270: APP_EXCEPTION.RAISE_EXCEPTION;
271: fnd_msg_pub.add;
272: RAISE FND_API.G_EXC_ERROR;

Line 283: psa_utils.debug_unexpected_msg(l_full_path);

279: WHEN NO_DATA_FOUND or TOO_MANY_ROWS then
280: return;
281: WHEN OTHERS then
282: -- ========================= FND LOG ===========================
283: psa_utils.debug_unexpected_msg(l_full_path);
284: -- ========================= FND LOG ===========================
285: RAISE;
286: end AR_MFAR_CM_VAL_CHECK;
287:

Line 365: psa_utils.debug_unexpected_msg(l_full_path);

361: l_return_status := 'N';
362: return(l_return_status);
363: WHEN OTHERS then
364: -- ========================= FND LOG ===========================
365: psa_utils.debug_unexpected_msg(l_full_path);
366: -- ========================= FND LOG ===========================
367: RAISE;
368:
369: end AR_MFAR_VALIDATE_CHECK;

Line 439: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

435:
436: if (l_inv_currency_code <> l_rct_currency_code ) then
437: FND_MESSAGE.SET_NAME('PSA','PSA_INVALID_CURRENCY_CODE');
438: -- ========================= FND LOG ===========================
439: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
440: -- ========================= FND LOG ===========================
441: -- FND_MESSAGE.SHOW ;
442: APP_EXCEPTION.RAISE_EXCEPTION;
443: fnd_msg_pub.add;

Line 456: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

452:
453: if (l_remit_flag = 'Y') then
454: FND_MESSAGE.SET_NAME('PSA','PSA_INVALID_REMIT_CODE');
455: -- ========================= FND LOG ===========================
456: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
457: -- ========================= FND LOG ===========================
458: APP_EXCEPTION.RAISE_EXCEPTION;
459: fnd_msg_pub.add;
460: RAISE FND_API.G_EXC_ERROR;

Line 465: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

461: elsif l_remit_flag = 'N' then
462: if l_confirm_flag = 'Y' then
463: FND_MESSAGE.SET_NAME('PSA','PSA_INVALID_CONFIRM_CODE');
464: -- ========================= FND LOG ===========================
465: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
466: -- ========================= FND LOG ===========================
467: APP_EXCEPTION.RAISE_EXCEPTION;
468: fnd_msg_pub.add;
469: RAISE FND_API.G_EXC_ERROR;

Line 487: psa_utils.debug_unexpected_msg(l_full_path);

483: l_return_status := 'N';
484: return(l_return_status);
485: WHEN OTHERS then
486: -- ========================= FND LOG ===========================
487: psa_utils.debug_unexpected_msg(l_full_path);
488: -- ========================= FND LOG ===========================
489: RAISE;
490:
491: end AR_MFAR_RECEIPT_CHECK ;

Line 518: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

514:
515: if (l_remit_flag = 'Y') then
516: FND_MESSAGE.SET_NAME('PSA','PSA_INVALID_REMIT_CODE');
517: -- ========================= FND LOG ===========================
518: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
519: -- ========================= FND LOG ===========================
520: APP_EXCEPTION.RAISE_EXCEPTION;
521: fnd_msg_pub.add;
522: RAISE FND_API.G_EXC_ERROR;

Line 527: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);

523: elsif l_remit_flag = 'N' then
524: if l_confirm_flag = 'Y' then
525: FND_MESSAGE.SET_NAME('PSA','PSA_INVALID_CONFIRM_CODE');
526: -- ========================= FND LOG ===========================
527: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
528: -- ========================= FND LOG ===========================
529: APP_EXCEPTION.RAISE_EXCEPTION;
530: fnd_msg_pub.add;
531: RAISE FND_API.G_EXC_ERROR;

Line 540: psa_utils.debug_unexpected_msg(l_full_path);

536: end if;
537: EXCEPTION
538: when OTHERS then
539: -- ========================= FND LOG ===========================
540: psa_utils.debug_unexpected_msg(l_full_path);
541: -- ========================= FND LOG ===========================
542: RAISE;
543:
544: END ar_mfar_quickcash;

Line 593: psa_utils.debug_unexpected_msg(l_full_path);

589: -- return(l_return_status);
590: null;
591: WHEN OTHERS then
592: -- ========================= FND LOG ===========================
593: psa_utils.debug_unexpected_msg(l_full_path);
594: -- ========================= FND LOG ===========================
595: RAISE;
596: END ;
597:

Line 617: psa_utils.debug_unexpected_msg(l_full_path);

613: WHEN NO_DATA_FOUND or TOO_MANY_ROWS then
614: return(l_return_status);
615: WHEN OTHERS then
616: -- ========================= FND LOG ===========================
617: psa_utils.debug_unexpected_msg(l_full_path);
618: -- ========================= FND LOG ===========================
619: RAISE;
620: return(l_return_status);
621: END ;

Line 894: psa_utils.debug_other_msg(g_excep_level,l_full_path,FALSE);

890: RETURN l_return_flag;
891:
892: FND_MESSAGE.SET_NAME('PSA','PSA_MF_MISC_INVALID');
893: -- ========================= FND LOG ===========================
894: psa_utils.debug_other_msg(g_excep_level,l_full_path,FALSE);
895: -- ========================= FND LOG ===========================
896: APP_EXCEPTION.RAISE_EXCEPTION;
897: fnd_msg_pub.add;
898: RAISE FND_API.G_EXC_ERROR;

Line 902: psa_utils.debug_other_string(g_excep_level,l_full_path, 'Other exception');

898: RAISE FND_API.G_EXC_ERROR;
899:
900: WHEN OTHERS THEN
901: -- ========================= FND LOG ===========================
902: psa_utils.debug_other_string(g_excep_level,l_full_path, 'Other exception');
903: psa_utils.debug_other_string(g_excep_level,l_full_path, SQLCODE || SQLERRM);
904: psa_utils.debug_unexpected_msg(l_full_path);
905: -- ========================= FND LOG ===========================
906: RAISE;

Line 903: psa_utils.debug_other_string(g_excep_level,l_full_path, SQLCODE || SQLERRM);

899:
900: WHEN OTHERS THEN
901: -- ========================= FND LOG ===========================
902: psa_utils.debug_other_string(g_excep_level,l_full_path, 'Other exception');
903: psa_utils.debug_other_string(g_excep_level,l_full_path, SQLCODE || SQLERRM);
904: psa_utils.debug_unexpected_msg(l_full_path);
905: -- ========================= FND LOG ===========================
906: RAISE;
907:

Line 904: psa_utils.debug_unexpected_msg(l_full_path);

900: WHEN OTHERS THEN
901: -- ========================= FND LOG ===========================
902: psa_utils.debug_other_string(g_excep_level,l_full_path, 'Other exception');
903: psa_utils.debug_other_string(g_excep_level,l_full_path, SQLCODE || SQLERRM);
904: psa_utils.debug_unexpected_msg(l_full_path);
905: -- ========================= FND LOG ===========================
906: RAISE;
907:
908: