DBA Data[Home] [Help]

APPS.OPI_DBI_INV_CCA_PKG dependencies on OPI_DBI_RPT_UTIL_PKG

Line 317: -- opi_dbi_rpt_util_pkg.get_inv_convergence_date

313: -- first check R12 migration date > GSD
314: BIS_COLLECTION_UTILITIES.PUT_LINE ('R12 Migration Date ...' || s_r12_migration_date);
315:
316: -- R12 date will not be null. There will be some suitable date returned by
317: -- opi_dbi_rpt_util_pkg.get_inv_convergence_date
318: IF (s_r12_migration_date > s_global_start_date) THEN
319: --{
320: BIS_COLLECTION_UTILITIES.PUT_LINE (
321: 'Extracting data for Pre R12 rocess manufacturing organizations ....');

Line 728: opi_dbi_rpt_util_pkg.get_inv_convergence_date (s_r12_migration_date);

724:
725: l_stmt_id := 200;
726: -- R12 Migration date
727: -- will be uncommented when this package is available
728: opi_dbi_rpt_util_pkg.get_inv_convergence_date (s_r12_migration_date);
729:
730: RETURN;
731:
732: EXCEPTION