DBA Data[Home] [Help]

APPS.JAI_AP_IDA_BRIUD_T1 dependencies on JAI_CMN_UTILS_PKG

Line 9: Issue: :new.org_id and :new.set_of_books_id is passed in call of jai_cmn_utils_pkg.check_jai_exists

5: -------------------------------------------------------------------------------
6: S.No Date Author and Details
7: -------------------------------------------------------------------------------
8: 1. 16/05/2008 JMEENA for bug#6995295.
9: Issue: :new.org_id and :new.set_of_books_id is passed in call of jai_cmn_utils_pkg.check_jai_exists
10: in case of delete instead of :old.org_id and :old.set_of_books_id
11: Resolution:Resolution: Added the IF DELETING condition and assigned :old.org_id and :old.set_of_books_id to lv_org_id and lv_set_of_books_id in case of DELETING.
12: 2. 03/06/2010 Bug 9626284
13: Issue:

Line 871: IF jai_cmn_utils_pkg.check_jai_exists(P_CALLING_OBJECT => 'JAI_AP_IDA_BRIUD_T1', P_ORG_ID => lv_org_id, p_set_of_books_id => lv_set_of_books_id ) = FALSE THEN

867:
868: /*
869: || make a call to the INR check package.
870: */
871: IF jai_cmn_utils_pkg.check_jai_exists(P_CALLING_OBJECT => 'JAI_AP_IDA_BRIUD_T1', P_ORG_ID => lv_org_id, p_set_of_books_id => lv_set_of_books_id ) = FALSE THEN
872: RETURN;
873: END IF;
874:
875: /*