DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_WEB_DB_EXPDIST_PKG

Line 2129: AP_WEB_DB_EXPDIST_PKG.updateAccountValues (

2125: OPEN rounding_line_c(totals_rec.itemization_parent_id, totals_rec.credit_card_trx_id, ln_rounding_expense_id);
2126: FETCH rounding_line_c into rounding_line_rec;
2127: CLOSE rounding_line_c;
2128: /* Create distribution line */
2129: AP_WEB_DB_EXPDIST_PKG.updateAccountValues (
2130: p_report_header_id => rounding_line_rec.report_header_id,
2131: p_report_line_id => rounding_line_rec.report_line_id,
2132: p_report_distribution_id => null,
2133: p_ccid => l_exp_line_ccid);