[Home] [Help]
344: -- if partial segments were entered for destination
345: -- call famtgcc to generate new ccid(l_to_ccid)
346: if (l_to_gl is null) then
347: l_to_ccid := -99; -- set to -99 for NULL for famtgcc below to work correctly
348: l_success := FA_MASS_TRANSFERS_PKG.famtgcc(
349: x_mass_transfer_id => p_mass_transfer_id,
350: x_from_glccid => l_ccid(l_count),
351: x_to_glccid => l_to_ccid,
352: p_log_level_rec => g_log_level_rec);