DBA Data[Home] [Help]

APPS.FA_RECLASS_PVT dependencies on FA_IGI_EXT_PKG

Line 125: if (FA_IGI_EXT_PKG.IAC_Enabled) then

121:
122: /*
123: * Code hook for IAC
124: */
125: if (FA_IGI_EXT_PKG.IAC_Enabled) then
126: l_err_stage:= 'FA_IGI_EXT_PKG.Do_Reclass';
127: if (p_log_level_rec.statement_level) then
128: fa_debug_pkg.add(l_calling_fn, '-', 'before '||l_err_stage, p_log_level_rec => p_log_level_rec);
129: end if;

Line 126: l_err_stage:= 'FA_IGI_EXT_PKG.Do_Reclass';

122: /*
123: * Code hook for IAC
124: */
125: if (FA_IGI_EXT_PKG.IAC_Enabled) then
126: l_err_stage:= 'FA_IGI_EXT_PKG.Do_Reclass';
127: if (p_log_level_rec.statement_level) then
128: fa_debug_pkg.add(l_calling_fn, '-', 'before '||l_err_stage, p_log_level_rec => p_log_level_rec);
129: end if;
130:

Line 131: if not FA_IGI_EXT_PKG.Do_Reclass(

127: if (p_log_level_rec.statement_level) then
128: fa_debug_pkg.add(l_calling_fn, '-', 'before '||l_err_stage, p_log_level_rec => p_log_level_rec);
129: end if;
130:
131: if not FA_IGI_EXT_PKG.Do_Reclass(
132: p_trans_rec => px_trans_rec,
133: p_asset_hdr_rec => px_asset_hdr_rec,
134: p_asset_cat_rec_old => px_asset_cat_rec_old,
135: p_asset_cat_rec_new => px_asset_cat_rec_new,

Line 142: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)

138: p_calling_function => l_calling_fn ) then
139:
140: raise call_err;
141: end if;
142: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
143:
144: -- save the transaction date for future use
145: l_trans_rec.transaction_date_entered:= px_trans_rec.transaction_date_entered;
146: