DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on WSM_SECTOR_EXTENSIONS

Line 4544: from wsm_sector_extensions wse, wsm_item_extensions wie

4540:
4541: begin
4542: select wse.DEFAULT_ACCT_CLASS_CODE
4543: into v_wlji_class_code(v_index)
4544: from wsm_sector_extensions wse, wsm_item_extensions wie
4545: where wie.INVENTORY_ITEM_ID = v_wlji_item(v_index)
4546: and wie.ORGANIZATION_ID = v_wlji_org(v_index)
4547: and wie.SECTOR_EXTENSION_ID = wse.SECTOR_EXTENSION_ID
4548: and wie.ORGANIZATION_ID = wse.ORGANIZATION_ID;

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;