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 281: || Call the function jai_cmn_utils_pkg.check_jai_exists to check the current set of books in INR/NON-INR based.

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

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

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

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

591:
592: CHANGE HISTORY:
593: S.No Date Author and Details
594: 1 29-Nov-2004 Sanjikum for 4035297. Version 115.1
595: Changed the 'INR' check. Added the call to jai_cmn_utils_pkg.check_jai_exists
596:
597: 2. 19-Mar-05 rallamse for bug#4227171 Version#115.2
598: Remove automatic GSCC errors
599:

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

600: 3. 19-Mar-05 rallamse for bug#4250072 Version#115.3
601: Changes for VAT
602:
603: Dependency Due to this Bug:-
604: The current trigger becomes dependent on the function jai_cmn_utils_pkg.check_jai_exists version 115.0.
605:
606: 4. 08-Jun-2005 This Object is Modified to refer to New DB Entity names in place of Old DB Entity Names,
607: as required for CASE COMPLAINCE. Version 116.1
608:

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

609: 5. 13-Jun-2005 File Version: 116.2
610: Ramananda for bug#4428980. Removal of SQL LITERALs is done
611:
612: 6. 08-Jul-2005 Sanjikum for Bug#4483042.File Version: 116.3
613: 1) Added a call to jai_cmn_utils_pkg.validate_po_type, to check whether for the current PO
614: IL functionality should work or not.
615:
616: 7. 8-Jul-2005 File Version: 116.3
617: rchandan for bug#4479131

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

665: (p_org_id => v_operating_id);
666: v_gl_set_of_bks_id := l_func_curr_det.ledger_id;
667:
668:
669: --IF jai_cmn_utils_pkg.check_jai_exists(p_calling_object => 'JA_IN_PO_LINES_TAX_UPDATE_TRG',
670: -- p_set_of_books_id => v_gl_set_of_bks_id) = FALSE THEN
671: -- RETURN;
672: -- END IF;
673:

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

678: v_style_id; --Added by Sanjikum for Bug#4483042
679: CLOSE Check_Rfq_Quot_Cur;
680:
681: --code added by Sanjikum for Bug#4483042
682: IF jai_cmn_utils_pkg.validate_po_type(p_style_id => v_style_id) = FALSE THEN
683: return;
684: END IF;
685:
686: -- POC