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 335: FROM fa_additions

331:
332: -- get the asset number for debugging purpose
333: SELECT asset_number
334: INTO g_asset_num
335: FROM fa_additions
336: WHERE asset_id = l_asset_id;
337:
338: -- get the GL set of books id
339: IF NOT igi_iac_common_utils.get_book_GL_info(l_book_type_code,