DBA Data[Home] [Help]

PACKAGE: APPS.FA_CUA_GAIN_LOSS_EXT_PKG

Source


1 PACKAGE fa_cua_gain_loss_ext_pkg AS
2 /* $Header: FACPX11S.pls 120.0 2002/08/24 07:13:29 appldev noship $ */
3 
4   /* created: msiddiqu
5      facuas1: needs to be called from calculate_gain_loss ( proc) process
6               after updating the status of fa_retirements to DELETED
7               Replaces ifa_retirements_aru
8               This procedure re-derives the hierarchy attributes of the
9               reinstated assets  */
10 
11   PROCEDURE facuas1( x_book_type_code in varchar2
12                    , x_asset_id       in number
13                    , x_retire_status  in varchar2 );
14 
15 END fa_cua_gain_loss_ext_pkg;