DBA Data[Home] [Help]

APPS.JAI_AP_IDA_BRIUD_DTC_T1 dependencies on JAI_CMN_UTILS_PKG

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

16: -------------------------------------------------------------------------------
17: S.No Date Author and Details
18: -------------------------------------------------------------------------------
19: 1. 16/05/2008 JMEENA for bug#6995295.
20: Issue: :new.org_id and :new.set_of_books_id is passed in call of jai_cmn_utils_pkg.check_jai_exists
21: in case of delete instead of :old.org_id and :old.set_of_books_id
22: 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.
23: 2. 03/06/2010 Bug 9626284
24: Issue:

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

859:
860: /*
861: || make a call to the INR check package.
862: */
863: IF jai_cmn_utils_pkg.check_jai_exists(P_CALLING_OBJECT => 'JAI_AP_IDA_BRIUD_DTC_T1', P_ORG_ID => lv_org_id, p_set_of_books_id => lv_set_of_books_id ) = FALSE THEN
864: RETURN;
865: END IF;
866:
867: /*