DBA Data[Home] [Help]

APPS.OPI_DBI_RPT_UTIL_PKG dependencies on BIS_COLLECTION_UTILITIES

Line 3669: BIS_COLLECTION_UTILITIES.PUT_LINE (s_pkg_name || '.' ||

3665:
3666: EXCEPTION
3667: --{
3668: WHEN OTHERS THEN
3669: BIS_COLLECTION_UTILITIES.PUT_LINE (s_pkg_name || '.' ||
3670: l_proc_name || ' ' ||
3671: '#' || l_stmt_id ||
3672: ': ' || SQLERRM);
3673: x_return_status := 'N';

Line 3750: BIS_COLLECTION_UTILITIES.PUT_LINE (s_pkg_name || '.' ||

3746: --{
3747: p_inv_migration_date := trunc (l_inv_migration_date);
3748: merge_inv_convergence_date (p_migration_date =>
3749: p_inv_migration_date);
3750: BIS_COLLECTION_UTILITIES.PUT_LINE (s_pkg_name || '.' ||
3751: l_proc_name || ' ' ||
3752: '#' || l_stmt_id ||
3753: ': ' || 'R12 migration date is not available in log. Using maximum of last
3754: update date from Inventory Balances Table');

Line 3761: BIS_COLLECTION_UTILITIES.PUT_LINE (s_pkg_name || '.' ||

3757: --{
3758: p_inv_migration_date := trunc (sysdate);
3759: merge_inv_convergence_date(p_migration_date =>
3760: p_inv_migration_date);
3761: BIS_COLLECTION_UTILITIES.PUT_LINE (s_pkg_name || '.' ||
3762: l_proc_name || ' ' ||
3763: '#' || l_stmt_id ||
3764: ': ' || 'Using sysdate as R12 migration date i.e.
3765: the date on which the respective Initial Load was run');

Line 3777: BIS_COLLECTION_UTILITIES.PUT_LINE (s_pkg_name || '.' ||

3773: WHEN NO_DATA_FOUND THEN
3774: p_inv_migration_date := trunc (sysdate);
3775: merge_inv_convergence_date(p_migration_date =>
3776: p_inv_migration_date);
3777: BIS_COLLECTION_UTILITIES.PUT_LINE (s_pkg_name || '.' ||
3778: l_proc_name || ' ' ||
3779: '#' || l_stmt_id ||
3780: ': ' || 'Using sysdate as R12 migration date i.e.
3781: the date on which the respective Initial Load was run');

Line 3783: BIS_COLLECTION_UTILITIES.PUT_LINE (s_pkg_name || '.' ||

3779: '#' || l_stmt_id ||
3780: ': ' || 'Using sysdate as R12 migration date i.e.
3781: the date on which the respective Initial Load was run');
3782: WHEN OTHERS THEN
3783: BIS_COLLECTION_UTILITIES.PUT_LINE (s_pkg_name || '.' ||
3784: l_proc_name || ' ' ||
3785: '#' || l_stmt_id ||
3786: ': ' || SQLERRM);
3787: --}