DBA Data[Home] [Help]

APPS.JAI_OE_OLA_TRIGGER_PKG dependencies on JAI_INV_ITEMS_PKG

Line 584: Fix: modified the procedure BRIU_T1. Added a call to jai_inv_items_pkg.copy_items for

580: and get_config_item.
581:
582: 17. 28-JAN-2010 CSahoo for bug#9191274, File Version 120.15.12010000.12
583: Issue: VAT ITEM ATTRIBUTES NOT ASSIGNED AUTOMATICALLY FOR STAR ITEM, AFTER CONFIGURATI
584: Fix: modified the procedure BRIU_T1. Added a call to jai_inv_items_pkg.copy_items for
585: populating VAT attributes of the star item.
586: 18. 28-APR-2010 Allen Yang modified for bug 9666476 File Version 120.15.12010000.14
587: Issue: TST1213.NON SHIPPABLE: SUPPORT FOR RMA AND OTHER CHANGES FOR NON-SHIPPABLE ITEMS
588: Fix: Added process logic for non-shippables lines when copying RMA lines from normal order lines.

Line 5736: jai_inv_items_pkg.copy_items(pn_organization_id => pr_new.SHIP_from_ORG_ID,

5732: --Added by eric ma for bug 9768133 on Jun-04,End
5733:
5734:
5735: --this is for excise attributes
5736: jai_inv_items_pkg.copy_items(pn_organization_id => pr_new.SHIP_from_ORG_ID,
5737: pn_inventory_item_id => pr_new.inventory_item_id,
5738: pn_source_organization_id => ln_organization_id,
5739: pn_source_inventory_item_id => ln_inventory_item_id);
5740: --for VAT attributes, bug#9191274, start

Line 5741: jai_inv_items_pkg.copy_items(pn_organization_id => pr_new.SHIP_from_ORG_ID,

5737: pn_inventory_item_id => pr_new.inventory_item_id,
5738: pn_source_organization_id => ln_organization_id,
5739: pn_source_inventory_item_id => ln_inventory_item_id);
5740: --for VAT attributes, bug#9191274, start
5741: jai_inv_items_pkg.copy_items(pn_organization_id => pr_new.SHIP_from_ORG_ID,
5742: pn_inventory_item_id => pr_new.inventory_item_id,
5743: pn_source_organization_id => ln_organization_id,
5744: pn_source_inventory_item_id => ln_inventory_item_id,
5745: pn_regime_code => jai_constants.vat_regime);