DBA Data[Home] [Help]

APPS.JAI_RCV_RND_PKG dependencies on JAI_CMN_RG_PLA_TRXS_PKG

Line 2881: jai_cmn_rg_pla_trxs_pkg.insert_row(

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

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

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