APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on JAI_INV_ITM_SETUPS
Line 70: FROM JAI_INV_ITM_SETUPS
66: cp_inventory_item_id NUMBER
67: )
68: IS
69: SELECT excise_flag 70: FROM JAI_INV_ITM_SETUPS 71: WHERE organization_id = cp_organization_id
72: AND inventory_item_id = cp_inventory_item_id;
73:
74: /*bgowrava for forward porting Bug#5756676..end*/