DBA Data[Home] [Help]

APPS.WIP_TIME_ENTRY_PUB dependencies on WIP_WS_LABOR_METRIC_PUB

Line 701: if wip_ws_labor_metric_pub.is_time_uom(l_wip_time_intf_tbl(l_counter).uom_code) <> 1 or

697: if ((l_wip_time_intf_tbl(l_counter).actual_end_date is null) or
698: (l_wip_time_intf_tbl(l_counter).actual_end_date is not null and
699: l_wip_time_intf_tbl(l_counter).duration is not null)) then
700:
701: if wip_ws_labor_metric_pub.is_time_uom(l_wip_time_intf_tbl(l_counter).uom_code) <> 1 or
702: l_wip_time_intf_tbl(l_counter).uom_code is null then
703: fnd_message.set_name('WIP','WIP_INVALID_TIME_UOM');
704: l_wip_time_intf_tbl(l_counter).error := fnd_message.get;
705: l_wip_time_intf_tbl(l_counter).process_status := wip_constants.error;