DBA Data[Home] [Help]

APPS.FA_CUA_TRX_HEADERS_EXT_PKG dependencies on FA_LIFE_DERIVATION_INFO

Line 8: FA_LIFE_DERIVATION_INFO. The Life Derivation info is

4: -- created: msiddiqu 02-NOV-99
5: /* msiddiqu : to be called after inserting into
6: fa_transaction_headers for any txn_type
7: Storing Life Derivation Information in a Parallel table
8: FA_LIFE_DERIVATION_INFO. The Life Derivation info is
9: stored in 2 package variables initialized in
10: the package body of FA_CUA_ASSET_APIS which has the logic
11: for deriving life based on the Inheritance Rules */
12:

Line 22: fa_life_derivation_info ( TRANSACTION_HEADER_ID,

18: BEGIN
19:
20: if fa_cua_asset_apis.g_derive_from_entity is not null then
21: insert into
22: fa_life_derivation_info ( TRANSACTION_HEADER_ID,
23: ASSET_ID ,
24: BOOK_TYPE_CODE ,
25: DERIVED_FROM_ENTITY_ID ,
26: DERIVED_FROM_ENTITY )