DBA Data[Home] [Help]

APPS.JAI_OE_OLA_TRIGGER_PKG dependencies on JAI_CMN_UTILS_PKG

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

517: -- Start of Bug #3134082
518:
519: /*
520: || Code added by aiyer for the bug 4035566
521: || Call the function jai_cmn_utils_pkg.check_jai_exists to check the current set of books in INR/NON-INR based.
522: */
523:
524: --File.Sql.35 Cbabu
525: v_header_id := pr_new.header_id;

Line 1891: v_converted_rate :=jai_cmn_utils_pkg.currency_conversion

1887: (p_org_id => v_operating_id );
1888:
1889: v_set_of_books_id := l_func_curr_det.ledger_id;
1890:
1891: v_converted_rate :=jai_cmn_utils_pkg.currency_conversion
1892: ( v_set_of_books_id , v_currency_code , v_conv_date , v_conv_type_code, v_conv_rate );
1893: /*
1894: Code added by aiyer for the bug 3700249
1895: */

Line 2503: v_converted_rate :=jai_cmn_utils_pkg.currency_conversion (

2499:
2500: v_set_of_books_id := l_func_curr_det.ledger_id;
2501:
2502:
2503: v_converted_rate :=jai_cmn_utils_pkg.currency_conversion (
2504: v_set_of_books_id ,
2505: v_currency_code ,
2506: v_conv_date ,
2507: v_conv_type_code,

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

3159: BEGIN
3160: pv_return_code := jai_constants.successful ;
3161: /*
3162: || Code added by aiyer for the bug 4035566
3163: || Call the function jai_cmn_utils_pkg.check_jai_exists to check the current set of books in INR/NON-INR based.
3164: */
3165: --IF jai_cmn_utils_pkg.check_jai_exists ( p_calling_object => 'JA_IN_OE_ORDER_LINES_AU_TRG' ,
3166: -- p_org_id => pr_new.org_id
3167: -- ) = FALSE

Line 3165: --IF jai_cmn_utils_pkg.check_jai_exists ( p_calling_object => 'JA_IN_OE_ORDER_LINES_AU_TRG' ,

3161: /*
3162: || Code added by aiyer for the bug 4035566
3163: || Call the function jai_cmn_utils_pkg.check_jai_exists to check the current set of books in INR/NON-INR based.
3164: */
3165: --IF jai_cmn_utils_pkg.check_jai_exists ( p_calling_object => 'JA_IN_OE_ORDER_LINES_AU_TRG' ,
3166: -- p_org_id => pr_new.org_id
3167: -- ) = FALSE
3168: --THEN
3169: /*

Line 3256: v_conv_factor := jai_cmn_utils_pkg.currency_conversion( v_set_of_books_id ,

3252: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
3253: (p_org_id => v_warehouse_id);
3254: v_set_of_books_id := l_func_curr_det.ledger_id;
3255:
3256: v_conv_factor := jai_cmn_utils_pkg.currency_conversion( v_set_of_books_id ,
3257: v_currency_code ,
3258: v_conv_date ,
3259: v_conv_type_code ,
3260: v_conv_rate