DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on WIP_WS_TIME_ENTRY

Line 959: select br.resource_type, wip_ws_time_entry.is_time_uom(br.unit_of_measure)

955:
956: l_completion_date date;
957: Begin
958:
959: select br.resource_type, wip_ws_time_entry.is_time_uom(br.unit_of_measure)
960: into l_resource_type, l_is_time_uom
961: from bom_resources br
962: where br.organization_id = p_organization_id
963: and br.resource_id = p_resource_id;