DBA Data[Home] [Help]

APPS.JAI_RCV_RND_PKG dependencies on JAI_CMN_RG_PLA_TRXS_PKG

Line 2878: jai_cmn_rg_pla_trxs_pkg.insert_row(

2874: end if;
2875:
2876: if r.register = LV_PLA_REGISTER then
2877:
2878: jai_cmn_rg_pla_trxs_pkg.insert_row(
2879: p_register_id => v_register_id_part_ii,
2880: p_tr6_challan_no => NULL,
2881: p_tr6_challan_date => NULL,
2882: p_cr_basic_ed => v_rounded_cr_rg23_amount.basic,

Line 3169: /* this update is already taken in jai_cmn_rg_pla_trxs_pkg.insert_row call*/

3165: WHERE organization_id = p_organization_id
3166: AND location_id = r.location_id;
3167:
3168: elsif r.register = LV_PLA_REGISTER then
3169: /* this update is already taken in jai_cmn_rg_pla_trxs_pkg.insert_row call*/
3170: NULL;
3171:
3172: end if;
3173: