DBA Data[Home] [Help]

APPS.JAI_PO_DA_TRIGGER_PKG dependencies on JAI_CMN_UTILS_PKG

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

128: The trigger should not get fired when the non-INR based set of books is attached to the current operating unit
129: where transaction is being done.
130:
131: Fix:-
132: 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
133: NON-INR
134: Removed the cursor c_Sob_Cur and the variable lv_currency_code
135:
136: Dependency Due to this Bug:-

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

133: NON-INR
134: Removed the cursor c_Sob_Cur and the variable lv_currency_code
135:
136: Dependency Due to this Bug:-
137: The current trigger becomes dependent on the function jai_cmn_utils_pkg.check_jai_exists version 115.0. introduced through the bug 4033992
138:
139: 3. 31/MAR/2005 BRATHOD For Bug#4242351, Version#115.4
140: Issue :- Procedure jai_po_tax_pkg.copy_reqn_taxes is modified for mutating error and procedure signature
141: has been changed and four new arguments are added. So call to jai_po_tax_pkg.copy_reqn_taxes

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

148: 5. 13-Jun-2005 File Version: 116.2
149: Ramananda for bug#4428980. Removal of SQL LITERALs is done
150:
151: 6. 08-Jul-2005 Sanjikum for Bug#4483042
152: 1) Added a call to jai_cmn_utils_pkg.validate_po_type, to check whether for the current PO
153: IL functionality should work or not.
154:
155: 7. 08-Jul-2005 Sanjikum for Bug#4483042, file version 117.2
156: 1) Added a new column style_id in the cursor - get_po_hdr

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

201: v_line_location_id := pr_new.line_location_id;
202:
203: /*
204: || Code added by aiyer for the bug 4035566
205: || Call the function jai_cmn_utils_pkg.check_jai_exists to check the current set of books in INR/NON-INR based.
206: */
207: --IF jai_cmn_utils_pkg.check_jai_exists ( p_calling_object => 'JA_IN_PO_DIST_TAX_INSERT_TRG' ,
208: -- p_set_of_books_id => pr_new.set_of_books_id
209: -- ) = FALSE

Line 207: --IF jai_cmn_utils_pkg.check_jai_exists ( p_calling_object => 'JA_IN_PO_DIST_TAX_INSERT_TRG' ,

203: /*
204: || Code added by aiyer for the bug 4035566
205: || Call the function jai_cmn_utils_pkg.check_jai_exists to check the current set of books in INR/NON-INR based.
206: */
207: --IF jai_cmn_utils_pkg.check_jai_exists ( p_calling_object => 'JA_IN_PO_DIST_TAX_INSERT_TRG' ,
208: -- p_set_of_books_id => pr_new.set_of_books_id
209: -- ) = FALSE
210: --THEN
211: /*

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

224: v_style_id; --Added by Sanjikum for Bug#4483042
225: CLOSE get_po_hdr;
226:
227: --code added by Sanjikum for Bug#4483042
228: IF jai_cmn_utils_pkg.validate_po_type(p_style_id => v_style_id) = FALSE THEN
229: return;
230: END IF;
231:
232: --Added to check value for Tax Override Flag