DBA Data[Home] [Help]

APPS.GL_DRM_INTEGRATION_PKG dependencies on GL_DRM_HIERARCHY_INTERFACE

Line 521: gl_drm_hierarchy_interface h,

517: h.parent_value parent_flex_value,
518: Decode(Upper(sv.summary_flag), 'YES','P','NO','C',sv.summary_flag) range_attribute,
519: Decode(Upper(svp.summary_flag), 'YES','Y','NO','N',svp.summary_flag) parent_summary
520: FROM
521: gl_drm_hierarchy_interface h,
522: gl_drm_segvalues_interface sv,
523: gl_drm_segvalues_interface svp
524: WHERE
525: h.depth > 1 AND /* 11843300 : Top Node depth is 1 and should be ignored */

Line 1006: DELETE gl_drm_hierarchy_interface;

1002: write_xml_tag(XT_docRoot,XML_TAG_CLOSE);
1003:
1004: -- empty interface tables
1005: DELETE gl_drm_segvalues_interface;
1006: DELETE gl_drm_hierarchy_interface;
1007: COMMIT;
1008:
1009: log_message('>>gl_drm_integration_pkg.gl_drm_import_process');
1010:

Line 1031: DELETE gl_drm_hierarchy_interface;

1027: write_xml_tag(XT_docRoot,XML_TAG_CLOSE);
1028:
1029: -- empty interface tables
1030: DELETE gl_drm_segvalues_interface;
1031: DELETE gl_drm_hierarchy_interface;
1032: COMMIT;
1033: END gl_drm_import_process;
1034:
1035: /* +=======================================================================+