DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_WEB_DB_EXPDIST_PKG

Line 2012: AP_WEB_DB_EXPDIST_PKG.updateAccountValues (

2008: OPEN rounding_line_c(totals_rec.itemization_parent_id, totals_rec.credit_card_trx_id, ln_rounding_expense_id);
2009: FETCH rounding_line_c into rounding_line_rec;
2010: CLOSE rounding_line_c;
2011: /* Create distribution line */
2012: AP_WEB_DB_EXPDIST_PKG.updateAccountValues (
2013: p_report_header_id => rounding_line_rec.report_header_id,
2014: p_report_line_id => rounding_line_rec.report_line_id,
2015: p_report_distribution_id => null,
2016: p_ccid => l_exp_line_ccid);