[Home] [Help]
APPS.GCS_CONS_ENGINE_PKG dependencies on DUAL
Line 964: FROM dual;
960:
961: counter := counter + 1;
962: SELECT to_char(sysdate,'DD-MM-RR HH:MI:SS')
963: INTO l_child_key
964: FROM dual;
965:
966: l_child_key := v_cons_entity.entity_name || ' (' || cons_entity_wf_info.request_id || ')';
967:
968: l_childkey_list.extend(1);