DBA Data[Home] [Help]

APPS.WIP_WS_LABOR_METRIC_PUB dependencies on INV_CONVERT

Line 935: l_act_att_hrs := inv_convert.inv_um_convert(item_id => -1,

931: end if;
932: if is_aah_record_valid then
933: if emp_act_avl_hrs.duration is not null and emp_act_avl_hrs.uom_code <> l_bom_uom_code then
934: l_stmt_num :=130;
935: l_act_att_hrs := inv_convert.inv_um_convert(item_id => -1,
936: precision => 38,
937: from_quantity => emp_act_avl_hrs.duration,
938: from_unit => emp_act_avl_hrs.uom_code,
939: to_unit => l_bom_uom_code,

Line 1015: l_sch_avl_hrs := inv_convert.inv_um_convert(item_id => -1,

1011: end if;
1012: if is_sah_record_valid then
1013: if emp_sch_avl_hrs.duration is not null and emp_sch_avl_hrs.uom_code <> l_bom_uom_code then
1014: l_stmt_num :=190;
1015: l_sch_avl_hrs := inv_convert.inv_um_convert(item_id => -1,
1016: precision => 38,
1017: from_quantity => emp_sch_avl_hrs.duration,
1018: from_unit => emp_sch_avl_hrs.uom_code,
1019: to_unit => l_bom_uom_code,

Line 1091: l_dir_lab_hrs := inv_convert.inv_um_convert(item_id => -1,

1087: end if;
1088: if is_dlh_record_valid then
1089: if emp_dir_lab_hrs.duration is not null and emp_dir_lab_hrs.uom_code <> l_bom_uom_code then
1090: l_stmt_num :=240;
1091: l_dir_lab_hrs := inv_convert.inv_um_convert(item_id => -1,
1092: precision => 38,
1093: from_quantity => emp_dir_lab_hrs.duration,
1094: from_unit => emp_dir_lab_hrs.uom_code,
1095: to_unit => l_bom_uom_code,

Line 1225: l_earned_hrs := inv_convert.inv_um_convert(item_id => -1,

1221: end if;
1222: if is_eh_record_valid then
1223: if l_earned_hrs is not null and l_uom_code <> l_bom_uom_code then
1224: l_stmt_num :=320;
1225: l_earned_hrs := inv_convert.inv_um_convert(item_id => -1,
1226: precision => 38,
1227: from_quantity => l_earned_hrs,
1228: from_unit => l_uom_code,
1229: to_unit => l_bom_uom_code,