DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on AP_DBI_PKG

Line 2073: l_dbi_key_value_list ap_dbi_pkg.r_dbi_key_value_arr;

2069: ltab_id typ_number_tab;
2070: ltab_line_num typ_number_tab;
2071: Itab_event_id typ_number_tab; --Bug 9045217
2072:
2073: l_dbi_key_value_list ap_dbi_pkg.r_dbi_key_value_arr;
2074:
2075: BEGIN
2076: --Bug#8240910 Reverted changes done on UPDATES to handle other exceptions reported
2077: -- by SLA as they are not swept now.

Line 2099: AP_DBI_PKG.Maintain_DBI_Summary

2095: where invoice_distribution_id = l_dbi_key_value_list(i)
2096: AND gt.source_type = G_SRC_TYP_UNACCT_DISTS
2097: AND gt.source_table_name = G_SRC_TAB_AP_INV_DISTS_ALL; -- 7318763
2098:
2099: AP_DBI_PKG.Maintain_DBI_Summary
2100: (p_table_name => 'AP_INVOICE_DISTRIBUTIONS',
2101: p_operation => 'U',
2102: p_key_value_list => l_dbi_key_value_list,
2103: p_calling_sequence => 'AP_PERIOD_CLOSE_PKG.update_ap_acct_date');