DBA Data[Home] [Help]

APPS.FA_RECLASS_PVT dependencies on FA_IGI_EXT_PKG

Line 129: if (FA_IGI_EXT_PKG.IAC_Enabled) then

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

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

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

Line 136: if not FA_IGI_EXT_PKG.Do_Reclass(

132: fa_debug_pkg.add(l_calling_fn, '-', 'before '||l_err_stage
133: ,p_log_level_rec => p_log_level_rec);
134: end if;
135:
136: if not FA_IGI_EXT_PKG.Do_Reclass(
137: p_trans_rec => px_trans_rec,
138: p_asset_hdr_rec => px_asset_hdr_rec,
139: p_asset_cat_rec_old => px_asset_cat_rec_old,
140: p_asset_cat_rec_new => px_asset_cat_rec_new,

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

143: p_calling_function => l_calling_fn) then
144:
145: raise call_err;
146: end if;
147: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
148:
149: -- save the transaction date for future use
150: l_trans_rec.transaction_date_entered:= px_trans_rec.transaction_date_entered;
151: