DBA Data[Home] [Help]

APPS.WIP_WS_LABOR_METRIC_PUB dependencies on INV_CONVERT

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

899: end if;
900: if is_aah_record_valid then
901: if emp_act_avl_hrs.duration is not null and emp_act_avl_hrs.uom_code <> l_bom_uom_code then
902: l_stmt_num :=130;
903: l_act_att_hrs := inv_convert.inv_um_convert(item_id => -1,
904: precision => 38,
905: from_quantity => emp_act_avl_hrs.duration,
906: from_unit => emp_act_avl_hrs.uom_code,
907: to_unit => l_bom_uom_code,

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

973: end if;
974: if is_sah_record_valid then
975: if emp_sch_avl_hrs.duration is not null and emp_sch_avl_hrs.uom_code <> l_bom_uom_code then
976: l_stmt_num :=190;
977: l_sch_avl_hrs := inv_convert.inv_um_convert(item_id => -1,
978: precision => 38,
979: from_quantity => emp_sch_avl_hrs.duration,
980: from_unit => emp_sch_avl_hrs.uom_code,
981: to_unit => l_bom_uom_code,

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

1042: end if;
1043: if is_dlh_record_valid then
1044: if emp_dir_lab_hrs.duration is not null and emp_dir_lab_hrs.uom_code <> l_bom_uom_code then
1045: l_stmt_num :=240;
1046: l_dir_lab_hrs := inv_convert.inv_um_convert(item_id => -1,
1047: precision => 38,
1048: from_quantity => emp_dir_lab_hrs.duration,
1049: from_unit => emp_dir_lab_hrs.uom_code,
1050: to_unit => l_bom_uom_code,

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

1129: end if;
1130: if is_eh_record_valid then
1131: if l_earned_hrs is not null and l_uom_code <> l_bom_uom_code then
1132: l_stmt_num :=320;
1133: l_earned_hrs := inv_convert.inv_um_convert(item_id => -1,
1134: precision => 38,
1135: from_quantity => l_earned_hrs,
1136: from_unit => l_uom_code,
1137: to_unit => l_bom_uom_code,