DBA Data[Home] [Help]

APPS.OPI_DBI_RES_PKG dependencies on OPI_DBI_BOUNDS_PKG

Line 2306: opi_dbi_bounds_pkg.load_opm_org_ledger_data;

2302:
2303: -- Call API to load ledger data into Global temp table
2304: -- This temp table will be joined to extract process adjustments
2305: bis_collection_utilities.put_line('Loading Ledger data into temp table');
2306: opi_dbi_bounds_pkg.load_opm_org_ledger_data;
2307:
2308: -- Committing the data. Since the temp table is made with On Commit preserve rows
2309: -- there will be no problem.
2310: commit;

Line 3028: opi_dbi_bounds_pkg.load_opm_org_ledger_data;

3024:
3025: -- Call API to load ledger data into Global temp table
3026: -- This temp table will be joined to extract process adjustments
3027: bis_collection_utilities.put_line ('Loading Ledger data into temp table');
3028: opi_dbi_bounds_pkg.load_opm_org_ledger_data;
3029:
3030: -- Committing the data. Since the temp table is made with On Commit preserve rows
3031: -- there will be no problem.
3032: commit;