DBA Data[Home] [Help]

APPS.JDR_UTILS dependencies on JDR_PATHS

Line 135: p_docid jdr_paths.path_docid%TYPE,

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;
137:
138:
139: -- Gets the fully qualified name of the document.

Line 144: p_docid jdr_paths.path_docid%TYPE) RETURN VARCHAR2;

140: --
141: -- Parameters:
142: -- p_docid - the ID of the document
143: FUNCTION getDocumentName(
144: p_docid jdr_paths.path_docid%TYPE) RETURN VARCHAR2;
145:
146:
147: -- Gets all of the translations of the specified document.
148: --