DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on FA_MASS_EXT_RETIREMENTS_S

Line 3341: SELECT fa_mass_ext_retirements_s.nextval

3337: OPEN prorate_convention_cur ( p_asset_query_rec.book_type_code, p_asset_query_rec.asset_id ) ;
3338: FETCH prorate_convention_cur INTO l_prorate_convention ;
3339: CLOSE prorate_convention_cur ;
3340:
3341: SELECT fa_mass_ext_retirements_s.nextval
3342: INTO l_mass_external_retire_id
3343: FROM dual ;
3344:
3345: l_batch_name := 'BATCH'||TO_CHAR(l_mass_external_retire_id) ;