DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_SECTOR_EXTENSIONS

Line 8798: from wsm_sector_extensions wse,

8794: IF v_wlji_class_code(v_idx) is NULL then
8795: begin
8796: select wse.default_acct_class_code
8797: into v_wlji_class_code(v_idx)
8798: from wsm_sector_extensions wse,
8799: wsm_item_extensions wie
8800: where wie.inventory_item_id = v_wlji_item_id(v_idx)
8801: and wie.organization_id = v_wlji_org_id(v_idx)
8802: and wie.sector_extension_id = wse.sector_extension_id

Line 8813: from wsm_sector_extensions wse,

8809: IF v_wlji_class_code(v_idx) is NULL then
8810: begin
8811: select wse.default_acct_class_code
8812: into v_wlji_class_code(v_idx)
8813: from wsm_sector_extensions wse,
8814: wsm_subinventory_extensions wve
8815: where wve.secondary_inventory_name
8816: = v_wlji_compl_subinv(v_idx)
8817: and wve.organization_id = v_wlji_org_id(v_idx)