DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on WSM_SUBINVENTORY_EXTENSIONS

Line 4560: from wsm_sector_extensions wse, wsm_subinventory_extensions wve

4556: begin
4557:
4558: select wse.DEFAULT_ACCT_CLASS_CODE
4559: into v_wlji_class_code(v_index)
4560: from wsm_sector_extensions wse, wsm_subinventory_extensions wve
4561: where wve.SECONDARY_INVENTORY_NAME = v_wlji_completion_subinventory(v_index)
4562: and wve.ORGANIZATION_ID = v_wlji_org(v_index)
4563: and wve.SECTOR_EXTENSION_ID = wse.SECTOR_EXTENSION_ID
4564: and wve.ORGANIZATION_ID = wse.ORGANIZATION_ID;