DBA Data[Home] [Help]

APPS.GCS_INTERCO_PROCESSING_PKG dependencies on GCS_INTERCO_SUBS_GT

Line 309: ||'GCS_INTERCO_SUBS_GT'

305: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
306: fnd_log.STRING (fnd_log.level_procedure,
307: g_pkg_name || '.' || l_api_name,
308: 'Insert parent child entity relationships into'
309: ||'GCS_INTERCO_SUBS_GT'
310: );
311: END IF;
312:
313: BEGIN

Line 350: from GCS_INTERCO_SUBS_GT;

346:
347: g_no_rows :=0;
348:
349: SELECT count(*) into g_no_rows
350: from GCS_INTERCO_SUBS_GT;
351: FND_LOG.String (fnd_log.level_procedure,
352: g_pkg_name || '.' || l_api_name,
353: 'Number of rows in GCS_INTERCO_SUBS_GT: '||g_no_rows);
354:

Line 353: 'Number of rows in GCS_INTERCO_SUBS_GT: '||g_no_rows);

349: SELECT count(*) into g_no_rows
350: from GCS_INTERCO_SUBS_GT;
351: FND_LOG.String (fnd_log.level_procedure,
352: g_pkg_name || '.' || l_api_name,
353: 'Number of rows in GCS_INTERCO_SUBS_GT: '||g_no_rows);
354:
355: g_no_rows :=0;
356:
357: END IF;