DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_OM_RG_PKG

Line 214: Added the call to jai_om_rg_pkg.ja_in_register_txn_entry in ARI_T3 procedure.

210: Issue:
211: BOND REGISTER NOT UPDATED AT THE TIME OF SALES RETURN
212: fix:
213: bond register shall get updated for RMA CM with transaction name as "BOND CREDIT"
214: Added the call to jai_om_rg_pkg.ja_in_register_txn_entry in ARI_T3 procedure.
215:
216: Future Dependencies For the release Of this Object:-
217: (Please add a row in the section below only if your bug introduces a dependency due to spec change/ A new call to a object/
218: A datamodel change )

Line 3654: jai_om_rg_pkg.ja_in_rg23_part_I_entry(

3650: FETCH site_cur INTO v_ship_id,v_ship_site_id;
3651: CLOSE site_cur;
3652:
3653: IF v_reg_type IN ('RG23A','RG23C') THEN
3654: jai_om_rg_pkg.ja_in_rg23_part_I_entry(
3655: v_reg_type ,
3656: v_fin_year ,
3657: v_organization_id ,
3658: v_location_id ,

Line 3684: jai_om_rg_pkg.ja_in_rg23_part_II_entry(

3680: );
3681:
3682: SELECT JAI_CMN_RG_23AC_I_TRXS_S.currval INTO v_part_i_register_id FROM dual; /* txns changed to trxs by rchandan for bug#4487676 */
3683:
3684: jai_om_rg_pkg.ja_in_rg23_part_II_entry(
3685: v_reg_code ,
3686: v_reg_type ,
3687: v_fin_year ,
3688: v_organization_id ,

Line 3730: jai_om_rg_pkg.ja_in_pla_entry(

3726: )
3727: WHERE register_id = v_rg23_part_i_no;
3728:
3729: ELSIF v_reg_type = 'PLA' THEN
3730: jai_om_rg_pkg.ja_in_pla_entry(
3731: v_organization_id ,
3732: v_location_id ,
3733: pr_new.inventory_item_id ,
3734: v_fin_year ,

Line 5434: 2. passing a parameter v_interface_line_attribute7(which is nothing but rma_line_id) instead of v_customer_trx_line_id in the call jai_om_rg_pkg.ja_in_register_txn_entry for updating correct bond register cess and sh cess amount.

5430:
5431: 17. 11-JAN-2012 nkodakan for the bug 16014871
5432: Issue : Excise amount is not hitting bond register instead the other type of taxes like freight and insurance are reflecting in bond register as
5433: Fix : 1. Added an else condition for excise bond register which updates tax amount into v_bond_tax_amt.
5434: 2. passing a parameter v_interface_line_attribute7(which is nothing but rma_line_id) instead of v_customer_trx_line_id in the call jai_om_rg_pkg.ja_in_register_txn_entry for updating correct bond register cess and sh cess amount.
5435:
5436: Future Dependencies For the release Of this Object:-
5437: (Please add a row in the section below only if your bug introduces a dependency due to spec change/ A new call to a object/
5438: A datamodel change )

Line 5902: jai_om_rg_pkg.ja_in_register_txn_entry(

5898:
5899: --INSERT into jai_debug values ('lv_register_code ',lv_register_code);
5900: IF lv_register_code IN ('BOND_REG','23D_EXPORT_WITHOUT_EXCISE') THEN
5901: --INSERT into jai_debug values('call to ja_in_register_txn_entry ',v_customer_trx_line_id);
5902: jai_om_rg_pkg.ja_in_register_txn_entry(
5903: v_organization_id,
5904: v_location_id,
5905: null,
5906: 'BOND CREDIT',