DBA Data[Home] [Help]

APPS.FA_RECLASS_PVT dependencies on FA_DISTRIBUTION_PVT

Line 110: l_err_stage:= 'fa_distribution_pvt.do_distribution';

106: select fa_transaction_headers_s.nextval
107: into px_trans_rec.transaction_header_id
108: from dual;
109:
110: l_err_stage:= 'fa_distribution_pvt.do_distribution';
111: -- dbms_output.put_line(l_err_stage);
112: if (p_log_level_rec.statement_level) then
113: fa_debug_pkg.add(l_calling_fn, '-', 'before '||l_err_stage
114: ,p_log_level_rec => p_log_level_rec);

Line 117: if not fa_distribution_pvt.do_distribution(

113: fa_debug_pkg.add(l_calling_fn, '-', 'before '||l_err_stage
114: ,p_log_level_rec => p_log_level_rec);
115: end if;
116:
117: if not fa_distribution_pvt.do_distribution(
118: px_trans_rec => px_trans_rec,
119: px_asset_hdr_rec => px_asset_hdr_rec,
120: px_asset_cat_rec_new => px_asset_cat_rec_new,
121: px_asset_dist_tbl => l_asset_dist_tbl