DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on BOM_RESOURCES

Line 961: from bom_resources br

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;
964:
965: if( l_is_time_uom = 'Y') then

Line 1102: from bom_resources br

1098: l_instance_name varchar2(255);
1099:
1100: cursor resource_type_cursor is
1101: select resource_type
1102: from bom_resources br
1103: where resource_id = p_resource_id;
1104:
1105: cursor emp_id_cursor is
1106: select person_id