DBA Data[Home] [Help]

APPS.WSMPJUPD dependencies on MTL_TRANSACTION_TYPES

Line 3900: mtl_transaction_types MTT

3896: 'N',
3897: decode(l_wms_org, 'Y', l_def_cost_grp_id, NULL) --VJ: Added to fix bug #2828376
3898: FROM mtl_system_items MSI,
3899: org_acct_periods OAP,
3900: mtl_transaction_types MTT
3901: -- Start : Changes as required by CST for SpUA --
3902: WHERE p_sj_item_id = MSI.inventory_item_id
3903: AND p_txn_org_id = MSI.organization_id
3904: -- End : Changes as required by CST for SpUA --