DBA Data[Home] [Help]

APPS.JAI_PO_LA_TRIGGER_PKG dependencies on JAI_CMN_UTILS_PKG

Line 52: Changed the 'INR' check. Added the call to jai_cmn_utils_pkg.check_jai_exists

48:
49: CHANGE HISTORY:
50: S.No Date Author and Details
51: 1 29-Nov-2004 Sanjikum for 4035297. Version 115.1
52: Changed the 'INR' check. Added the call to jai_cmn_utils_pkg.check_jai_exists
53:
54: Dependency Due to this Bug:-
55: The current trigger becomes dependent on the function jai_cmn_utils_pkg.check_jai_exists version 115.0.
56:

Line 55: The current trigger becomes dependent on the function jai_cmn_utils_pkg.check_jai_exists version 115.0.

51: 1 29-Nov-2004 Sanjikum for 4035297. Version 115.1
52: Changed the 'INR' check. Added the call to jai_cmn_utils_pkg.check_jai_exists
53:
54: Dependency Due to this Bug:-
55: The current trigger becomes dependent on the function jai_cmn_utils_pkg.check_jai_exists version 115.0.
56:
57: 2. 08-Jun-2005 This Object is Modified to refer to New DB Entity names in place of Old
58: DB Entity as requiredfor CASE COMPLAINCE. Version 116.1
59:

Line 88: --IF jai_cmn_utils_pkg.check_jai_exists( p_calling_object => 'JA_IN_PO_LINES_TAX_DELETE_TRG',

84: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
85: (p_org_id => v_operating_id);
86: v_gl_set_of_bks_id := l_func_curr_det.ledger_id;
87:
88: --IF jai_cmn_utils_pkg.check_jai_exists( p_calling_object => 'JA_IN_PO_LINES_TAX_DELETE_TRG',
89: -- p_set_of_books_id => v_gl_set_of_bks_id ) = FALSE THEN
90: -- RETURN;`
91: --END IF;
92:

Line 218: Function jai_cmn_utils_pkg.check_jai_exists is being called which returns the TRUE if the currency is INR and FALSE if the currency is

214: The trigger should not get fired when the non-INR based set of books is attached to the current operating unit
215: where transaction is being done.
216:
217: Fix:-
218: Function jai_cmn_utils_pkg.check_jai_exists is being called which returns the TRUE if the currency is INR and FALSE if the currency is
219: NON-INR
220: Also removed the two cursors Fetch_Book_Id_Cur and Sob_cur and variables v_gl_set_of_bks_id and v_currency_code
221:
222: Dependency Due to this Bug:-

Line 223: The current trigger becomes dependent on the function jai_cmn_utils_pkg.check_jai_exists version 115.0. introduced through the bug 4033992

219: NON-INR
220: Also removed the two cursors Fetch_Book_Id_Cur and Sob_cur and variables v_gl_set_of_bks_id and v_currency_code
221:
222: Dependency Due to this Bug:-
223: The current trigger becomes dependent on the function jai_cmn_utils_pkg.check_jai_exists version 115.0. introduced through the bug 4033992
224:
225: 6. 19-Mar-05 rallamse for bug#4227171 Version#115.2
226: Remove automatic GSCC errors
227:

Line 276: || Call the function jai_cmn_utils_pkg.check_jai_exists to check the current set of books in INR/NON-INR based.

272: v_hook_value := 'TRUE';
273:
274: /*
275: || Code added by aiyer for the bug 4035566
276: || Call the function jai_cmn_utils_pkg.check_jai_exists to check the current set of books in INR/NON-INR based.
277: */
278: --IF jai_cmn_utils_pkg.check_jai_exists ( p_calling_object => 'JA_IN_PO_LINES_SET_LOCATOR_TRG' ,
279: -- p_org_id => pr_new.org_id
280: -- ) = FALSE

Line 278: --IF jai_cmn_utils_pkg.check_jai_exists ( p_calling_object => 'JA_IN_PO_LINES_SET_LOCATOR_TRG' ,

274: /*
275: || Code added by aiyer for the bug 4035566
276: || Call the function jai_cmn_utils_pkg.check_jai_exists to check the current set of books in INR/NON-INR based.
277: */
278: --IF jai_cmn_utils_pkg.check_jai_exists ( p_calling_object => 'JA_IN_PO_LINES_SET_LOCATOR_TRG' ,
279: -- p_org_id => pr_new.org_id
280: -- ) = FALSE
281: --THEN
282: /*

Line 576: Changed the 'INR' check. Added the call to jai_cmn_utils_pkg.check_jai_exists

572:
573: CHANGE HISTORY:
574: S.No Date Author and Details
575: 1 29-Nov-2004 Sanjikum for 4035297. Version 115.1
576: Changed the 'INR' check. Added the call to jai_cmn_utils_pkg.check_jai_exists
577:
578: 2. 19-Mar-05 rallamse for bug#4227171 Version#115.2
579: Remove automatic GSCC errors
580:

Line 585: The current trigger becomes dependent on the function jai_cmn_utils_pkg.check_jai_exists version 115.0.

581: 3. 19-Mar-05 rallamse for bug#4250072 Version#115.3
582: Changes for VAT
583:
584: Dependency Due to this Bug:-
585: The current trigger becomes dependent on the function jai_cmn_utils_pkg.check_jai_exists version 115.0.
586:
587: 4. 08-Jun-2005 This Object is Modified to refer to New DB Entity names in place of Old DB Entity Names,
588: as required for CASE COMPLAINCE. Version 116.1
589:

Line 594: 1) Added a call to jai_cmn_utils_pkg.validate_po_type, to check whether for the current PO

590: 5. 13-Jun-2005 File Version: 116.2
591: Ramananda for bug#4428980. Removal of SQL LITERALs is done
592:
593: 6. 08-Jul-2005 Sanjikum for Bug#4483042.File Version: 116.3
594: 1) Added a call to jai_cmn_utils_pkg.validate_po_type, to check whether for the current PO
595: IL functionality should work or not.
596:
597: 7. 8-Jul-2005 File Version: 116.3
598: rchandan for bug#4479131

Line 648: --IF jai_cmn_utils_pkg.check_jai_exists(p_calling_object => 'JA_IN_PO_LINES_TAX_UPDATE_TRG',

644: (p_org_id => v_operating_id);
645: v_gl_set_of_bks_id := l_func_curr_det.ledger_id;
646:
647:
648: --IF jai_cmn_utils_pkg.check_jai_exists(p_calling_object => 'JA_IN_PO_LINES_TAX_UPDATE_TRG',
649: -- p_set_of_books_id => v_gl_set_of_bks_id) = FALSE THEN
650: -- RETURN;
651: -- END IF;
652:

Line 661: IF jai_cmn_utils_pkg.validate_po_type(p_style_id => v_style_id) = FALSE THEN

657: v_style_id; --Added by Sanjikum for Bug#4483042
658: CLOSE Check_Rfq_Quot_Cur;
659:
660: --code added by Sanjikum for Bug#4483042
661: IF jai_cmn_utils_pkg.validate_po_type(p_style_id => v_style_id) = FALSE THEN
662: return;
663: END IF;
664:
665: -- POC