DBA Data[Home] [Help]

APPS.GHG_SOURCES_PKG dependencies on GHG_SOURCES_ALL

Line 490: FROM GHG_SOURCES_ALL

486: v_row_count number;
487: BEGIN
488: SELECT count(*)
489: into v_row_count
490: FROM GHG_SOURCES_ALL
491: where source_name = x_source_name
492: and org_id = x_org_id
493: and source_id <> NVL(x_source_id,-1);
494: