DBA Data[Home] [Help]

APPS.JDR_UTILS dependencies on JDR_COMPONENTS

Line 132: -- jdr_components table

128: -- Parameters:
129: -- p_docid - the ID of the document which contains the component
130: --
131: -- p_compid - the ID of the component (from comp_id in the
132: -- jdr_components table
133: --
134: FUNCTION getComponentName(
135: p_docid jdr_paths.path_docid%TYPE,
136: p_compid jdr_components.comp_id%TYPE) RETURN VARCHAR2;

Line 136: p_compid jdr_components.comp_id%TYPE) RETURN VARCHAR2;

132: -- jdr_components table
133: --
134: FUNCTION getComponentName(
135: p_docid jdr_paths.path_docid%TYPE,
136: p_compid jdr_components.comp_id%TYPE) RETURN VARCHAR2;
137:
138:
139: -- Gets the fully qualified name of the document.
140: --