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: */
13: DECLARE

Line 812: 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

808:
809: /*
810: || make a call to the INR check package.
811: */
812: 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
813: RETURN;
814: END IF;
815:
816: /*