DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on WSM_SECTOR_EXTENSIONS

Line 4538: from wsm_sector_extensions wse, wsm_item_extensions wie

4534:
4535: begin
4536: select wse.DEFAULT_ACCT_CLASS_CODE
4537: into v_wlji_class_code(v_index)
4538: from wsm_sector_extensions wse, wsm_item_extensions wie
4539: where wie.INVENTORY_ITEM_ID = v_wlji_item(v_index)
4540: and wie.ORGANIZATION_ID = v_wlji_org(v_index)
4541: and wie.SECTOR_EXTENSION_ID = wse.SECTOR_EXTENSION_ID
4542: and wie.ORGANIZATION_ID = wse.ORGANIZATION_ID;

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;