DBA Data[Home] [Help]

APPS.WSMPUTIL dependencies on WSM_ITEM_EXTENSIONS

Line 631: WSM_ITEM_EXTENSIONS WIE

627: BEGIN
628: SELECT WSE.DEFAULT_ACCT_CLASS_CODE
629: INTO x_accounting_class_code
630: FROM WSM_SECTOR_EXTENSIONS WSE,
631: WSM_ITEM_EXTENSIONS WIE
632: WHERE WIE.organization_id = p_organization_id
633: AND WIE.inventory_item_id = p_inventory_item_id
634: AND WIE.sector_extension_id = WSE.sector_extension_id
635: AND WSE.organization_id = WIE.organization_id;