DBA Data[Home] [Help]

APPS.MSC_UPDATE_RESOURCE dependencies on FND_DATE

Line 1127: fnd_date.date_to_canonical(g_res_inst_tab(m).shift_date),

1123:
1124: if (sql%rowcount <> 0) then
1125: l_res_inst_undo_id := insert_res_inst_undo_data(2,
1126: g_res_inst_tab(m).transaction_id,
1127: fnd_date.date_to_canonical(g_res_inst_tab(m).shift_date),
1128: fnd_date.date_to_canonical(g_shift_date),
1129: g_res_inst_tab(m).shift_number, g_shift_number,
1130: g_res_inst_tab(m).from_time, g_res_tab(m).from_time,
1131: g_res_inst_tab(m).to_time, g_res_tab(m).to_time,

Line 1128: fnd_date.date_to_canonical(g_shift_date),

1124: if (sql%rowcount <> 0) then
1125: l_res_inst_undo_id := insert_res_inst_undo_data(2,
1126: g_res_inst_tab(m).transaction_id,
1127: fnd_date.date_to_canonical(g_res_inst_tab(m).shift_date),
1128: fnd_date.date_to_canonical(g_shift_date),
1129: g_res_inst_tab(m).shift_number, g_shift_number,
1130: g_res_inst_tab(m).from_time, g_res_tab(m).from_time,
1131: g_res_inst_tab(m).to_time, g_res_tab(m).to_time,
1132: g_res_inst_tab(m).capacity_units, l_res_inst_units,