DBA Data[Home] [Help]

APPS.JAI_AP_IA_DTC_BRIUD_T1 dependencies on JAI_CMN_UTILS_PKG

Line 475: IF jai_cmn_utils_pkg.check_jai_exists(P_CALLING_OBJECT => 'JAI_AP_IA_DTC_BRIUD_T1', P_ORG_ID => :new.org_id, p_set_of_books_id => :new.set_of_books_id ) = FALSE THEN

471:
472: /*
473: || make a call to the INR check package.
474: */
475: IF jai_cmn_utils_pkg.check_jai_exists(P_CALLING_OBJECT => 'JAI_AP_IA_DTC_BRIUD_T1', P_ORG_ID => :new.org_id, p_set_of_books_id => :new.set_of_books_id ) = FALSE THEN
476: RETURN;
477: END IF;
478:
479: /*

Line 565: jai_cmn_utils_pkg.WRITE_FND_LOG_MSG('JAI.PLSQL.JAI_AP_IA_DTC_BRIUD_T1', lv_return_message);

561: WHEN le_error THEN
562:
563: fnd_message.set_name ('JA','JAI_GENERIC_MSG');
564: fnd_message.set_token ('MSG_TEXT', lv_return_message);
565: jai_cmn_utils_pkg.WRITE_FND_LOG_MSG('JAI.PLSQL.JAI_AP_IA_DTC_BRIUD_T1', lv_return_message);
566: app_exception.raise_exception;
567:
568: WHEN OTHERS THEN
569:

Line 572: jai_cmn_utils_pkg.WRITE_FND_LOG_MSG('JAI.PLSQL.JAI_AP_IA_DTC_BRIUD_T1','Encountered the error in trigger JAI_AP_IA_DTC_BRIUD_T1' || substr(sqlerrm,1,1900));

568: WHEN OTHERS THEN
569:
570: fnd_message.set_name ('JA','JAI_GENERIC_MSG');
571: fnd_message.set_token ('MSG_TEXT', 'Encountered the error in trigger JAI_AP_IA_DTC_BRIUD_T1' || substr(sqlerrm,1,1900));
572: jai_cmn_utils_pkg.WRITE_FND_LOG_MSG('JAI.PLSQL.JAI_AP_IA_DTC_BRIUD_T1','Encountered the error in trigger JAI_AP_IA_DTC_BRIUD_T1' || substr(sqlerrm,1,1900));
573: app_exception.raise_exception;
574:
575: END JAI_AP_IA_DTC_BRIUD_T1 ;