DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on FA_MASS_EXT_RETIREMENTS_S

Line 3677: SELECT fa_mass_ext_retirements_s.nextval

3673: OPEN prorate_convention_cur ( p_asset_query_rec.book_type_code, p_asset_query_rec.asset_id ) ;
3674: FETCH prorate_convention_cur INTO l_prorate_convention ;
3675: CLOSE prorate_convention_cur ;
3676:
3677: SELECT fa_mass_ext_retirements_s.nextval
3678: INTO l_mass_external_retire_id
3679: FROM dual ;
3680:
3681: l_batch_name := 'BATCH'||TO_CHAR(l_mass_external_retire_id) ;