DBA Data[Home] [Help]

APPS.HZ_CLASS_VALIDATE_V2PUB dependencies on STANDARD

Line 209: -- Standard Oracle error message otherwise

205: -- and x_reason will content 'Table.column=value is valid against category.'
206: -- Otherwise N and x_reason will content the message name to display
207: -- HZ_API_USE_TAB_CAT if there is no usage between the category and the table
208: -- HZ_API_CLA_CAT_WHERE if the value cannot be validate against the where_clause
209: -- Standard Oracle error message otherwise
210: ( p_owner_table_name IN VARCHAR2,
211: p_owner_table_id IN VARCHAR2,
212: p_class_category IN VARCHAR2,
213: x_reason IN OUT NOCOPY VARCHAR2,

Line 224: -- And x_result contain the standard Oracle message

220: -- And x_result will contain this value.
221: -- 2) N if the statement retrieve non value
222: -- And x_result will contain 'NON_VALUE'
223: -- 3) N if the statement falls into Error
224: -- And x_result contain the standard Oracle message
225: ( i_str IN VARCHAR2,
226: x_result IN OUT NOCOPY VARCHAR2 )
227: RETURN VARCHAR2;
228: