DBA Data[Home] [Help]

APPS.XDP_UTILITIES dependencies on XDP_TYPES

Line 1101: NameValueList IN OUT NOCOPY XDP_TYPES.NAME_VALUE_LIST,

1097:
1098: -- These set of routines are used by the Name/Value parser provided by SFM
1099:
1100: procedure Parse_String( buffer in varchar2,
1101: NameValueList IN OUT NOCOPY XDP_TYPES.NAME_VALUE_LIST,
1102: assign_str in varchar2 := '=',
1103: p_term_str in varchar2 := NULL)
1104:
1105: IS

Line 2207: PROCEDURE WRITE_TABLE_TO_CLOB (p_source_table IN XDP_TYPES.VARCHAR2_32767_TAB,

2203: END generic_error;
2204:
2205: -- Procedure to write data/text to CLOB from table of records
2206:
2207: PROCEDURE WRITE_TABLE_TO_CLOB (p_source_table IN XDP_TYPES.VARCHAR2_32767_TAB,
2208: p_dest_clob IN OUT NOCOPY CLOB,
2209: x_error_code OUT NOCOPY NUMBER,
2210: x_error_description OUT NOCOPY VARCHAR2) IS
2211: