DBA Data[Home] [Help]

APPS.OPI_DBI_PTP_BASELINE_PKG dependencies on ISC_DBI_MSC_OBJECTS_C

Line 1219: l_isc_return_code := ISC_DBI_MSC_OBJECTS_C.LOAD_BASES;

1215: --change per bug 3422479
1216: --call ISC APS collection program to get latest APS data
1217: BIS_COLLECTION_UTILITIES.put_line('Collect latest APS snapshot.');
1218: l_segment_num := 65;
1219: l_isc_return_code := ISC_DBI_MSC_OBJECTS_C.LOAD_BASES;
1220: IF (l_isc_return_code <> 1 ) THEN
1221: --BIS_COLLECTION_UTILITIES.put_line('Fail to collect latest APS snapshot.');
1222: retcode := g_error;
1223: errbuf := 'Fail to collect latest APS snapshot.';