DBA Data[Home] [Help]

APPS.FA_MASS_RET_PKG dependencies on FA_MASS_EXT_RETIREMENTS_S

Line 438: fa_mass_ext_retirements_s.nextval,

434: )
435: VALUES
436: (
437: g_batch_name,
438: fa_mass_ext_retirements_s.nextval,
439: g_book_type_code,
440: 'POST',
441: p_asset_id,
442: 'YES', -- calc_gain_loss_flag

Line 4060: fa_mass_ext_retirements_s.nextval,

4056: th_attribute15
4057: )
4058: values
4059: (g_batch_name,
4060: fa_mass_ext_retirements_s.nextval,
4061: G_book_type_code,
4062: decode(nvl(g_units,0),'0','POST','DELETE'),
4063: l_candidate_asset_id(l_count),
4064: 'NO',