DBA Data[Home] [Help]

APPS.OPI_DBI_INV_VALUE_INIT_PKG dependencies on OPI_DBI_INV_CPCS_PKG

Line 54: -- -->OPI_DBI_INV_CPCS_PKG.Run_Period_Close_Adjustment

50: -- --->COST_OPM_INCEPTION_QUANTITY
51: -- -->GET_CONVERSION_RATE
52: -- -->MERGE_INITIAL_LOAD
53: -- -->clean_staging_tablesS
54: -- -->OPI_DBI_INV_CPCS_PKG.Run_Period_Close_Adjustment
55: -- -->OPI_DBI_BOUNDS_PKG.bounds_uncosted
56: -- -->OPI_DBI_BOUNDS_PKG.print_opi_org_bounds
57: -- -->OPI_DBI_BOUNDS_PKG.SET_LOAD_SUCCESSFUL
58:

Line 2993: OPI_DBI_INV_CPCS_PKG.Run_Period_Close_Adjustment(errbuf, retcode);

2989: l_debug_msg := 'Starting Period close adjustment. ';
2990: OPI_DBI_BOUNDS_PKG.write (g_pkg_name,l_proc_name,l_stmt_num, l_debug_msg );
2991: END IF;
2992: -- It will populate period close adjustment data
2993: OPI_DBI_INV_CPCS_PKG.Run_Period_Close_Adjustment(errbuf, retcode);
2994:
2995: l_stmt_num :=120;
2996: IF l_debug_mode = 'Y' and upper(l_module_name) like 'BIS%' then
2997: l_debug_msg := 'Checking for uncosted transactions. ';