DBA Data[Home] [Help]

APPS.WSMPLBMI dependencies on WIP_SHOP_FLOOR_STATUSES

Line 1204: from wip_shop_floor_statuses ws,

1200: l_err_buf varchar2(2000); -- to display the complete error in the log file.
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