DBA Data[Home] [Help]

APPS.WIP_TIME_ENTRY_PUB dependencies on WIP_WS_LABOR_METRIC_PUB

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

631: if ((l_wip_time_intf_tbl(l_counter).actual_end_date is null) or
632: (l_wip_time_intf_tbl(l_counter).actual_end_date is not null and
633: l_wip_time_intf_tbl(l_counter).duration is not null)) then
634:
635: if wip_ws_labor_metric_pub.is_time_uom(l_wip_time_intf_tbl(l_counter).uom_code) <> 1 or
636: l_wip_time_intf_tbl(l_counter).uom_code is null then
637: fnd_message.set_name('WIP','WIP_INVALID_TIME_UOM');
638: l_wip_time_intf_tbl(l_counter).error := fnd_message.get;
639: l_wip_time_intf_tbl(l_counter).process_status := wip_constants.error;