DBA Data[Home] [Help]

APPS.WSMPLBMI dependencies on WIP_SHOP_FLOOR_STATUS_CODES

Line 1205: wip_shop_floor_status_codes wsc

1201: begin
1202: select max(1)
1203: into l_dummy
1204: from wip_shop_floor_statuses ws,
1205: wip_shop_floor_status_codes wsc
1206: where wsc.organization_id = p_org_id
1207: and ws.organization_id = p_org_id
1208: and ws.wip_entity_id = l_wip_entity_id
1209: and ws.line_id is null