DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on WSM_SUBINVENTORY_EXTENSIONS

Line 4554: from wsm_sector_extensions wse, wsm_subinventory_extensions wve

4550: begin
4551:
4552: select wse.DEFAULT_ACCT_CLASS_CODE
4553: into v_wlji_class_code(v_index)
4554: from wsm_sector_extensions wse, wsm_subinventory_extensions wve
4555: where wve.SECONDARY_INVENTORY_NAME = v_wlji_completion_subinventory(v_index)
4556: and wve.ORGANIZATION_ID = v_wlji_org(v_index)
4557: and wve.SECTOR_EXTENSION_ID = wse.SECTOR_EXTENSION_ID
4558: and wve.ORGANIZATION_ID = wse.ORGANIZATION_ID;