DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_AMORT_PKG dependencies on FA_ADDITIONS

Line 12: g_asset_num fa_additions.asset_number%TYPE;

8: l_calling_function varchar2(255);
9:
10: l_rowid ROWID;
11: g_calling_fn VARCHAR2(200);
12: g_asset_num fa_additions.asset_number%TYPE;
13:
14: -- ===================================================================
15: -- Local functions and procedures
16: -- ===================================================================

Line 358: FROM fa_additions

354:
355: -- get the asset number for debugging purpose
356: SELECT asset_number
357: INTO g_asset_num
358: FROM fa_additions
359: WHERE asset_id = l_asset_id;
360:
361: -- get the GL set of books id
362: IF NOT igi_iac_common_utils.get_book_GL_info(l_book_type_code,