DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_SECTOR_EXTENSIONS

Line 8700: from wsm_sector_extensions wse,

8696: IF v_wlji_class_code(v_idx) is NULL then
8697: begin
8698: select wse.default_acct_class_code
8699: into v_wlji_class_code(v_idx)
8700: from wsm_sector_extensions wse,
8701: wsm_item_extensions wie
8702: where wie.inventory_item_id = v_wlji_item_id(v_idx)
8703: and wie.organization_id = v_wlji_org_id(v_idx)
8704: and wie.sector_extension_id = wse.sector_extension_id

Line 8715: from wsm_sector_extensions wse,

8711: IF v_wlji_class_code(v_idx) is NULL then
8712: begin
8713: select wse.default_acct_class_code
8714: into v_wlji_class_code(v_idx)
8715: from wsm_sector_extensions wse,
8716: wsm_subinventory_extensions wve
8717: where wve.secondary_inventory_name
8718: = v_wlji_compl_subinv(v_idx)
8719: and wve.organization_id = v_wlji_org_id(v_idx)