DBA Data[Home] [Help]

APPS.FA_CUA_ASSET_APIS dependencies on FA_CUA_MASS_UPDATE1_PKG

Line 332: fa_cua_mass_update1_pkg.calc_life ( x_book_type_code

328: if (v_led <> 0 )then
329: -- get the life_in_months for the LED
330: x_err_stage:= 'calc_life';
331: x_life_out:= 0;
332: fa_cua_mass_update1_pkg.calc_life ( x_book_type_code
333: , x_prorate_date
334: , to_date( v_led, 'J')
335: , x_deprn_method_code
336: , x_life_out

Line 915: fa_cua_mass_update1_pkg.calc_life ( x_book_type_code

911:
912: if(v_rule_det_rec.precedence_level IS NOT NULL ) then
913: if( v_rule_det_rec.precedence_level = 'TOP') then
914: x_err_stage:= 'Calling calc_life';
915: fa_cua_mass_update1_pkg.calc_life ( x_book_type_code
916: , v_prorate_date
917: , v_top_attr_val_rec.life_end_date
918: , v_deprn_method_code
919: , x_life_in_months_out

Line 932: fa_cua_mass_update1_pkg.calc_life ( x_book_type_code

928: g_derive_from_entity_value:= v_top_node_id;
929: g_derive_from_entity:= 'NODE-P';
930: elsif( v_rule_det_rec.precedence_level = 'LOWEST') then
931: x_err_stage:= 'Calling calc_life';
932: fa_cua_mass_update1_pkg.calc_life ( x_book_type_code
933: , v_prorate_date
934: , v_lowest_attr_val_rec.life_end_date
935: , v_deprn_method_code
936: , x_life_in_months_out