DBA Data[Home] [Help]

APPS.OPI_DBI_INV_VALUE_OPM_INCR_PKG dependencies on DUAL

Line 1104: select BIS_COMMON_PARAMETERS.GET_GLOBAL_START_DATE into g_global_start_date from DUAL;

1100: g_last_updated_by := fnd_global.user_id;
1101:
1102: bis_collection_utilities.put_line('Collection started at ' || TO_CHAR(g_sysdate, 'DD-MON-YYYY HH24:MI:SS'));
1103:
1104: select BIS_COMMON_PARAMETERS.GET_GLOBAL_START_DATE into g_global_start_date from DUAL;
1105: IF g_global_start_date IS NULL
1106: THEN
1107: bis_collection_utilities.put_line('Global start date is not available. Can not proceed.');
1108: return;