DBA Data[Home] [Help]

APPS.ICX_ON_UTILITIES dependencies on AK_QUERY_PKG

Line 107: p_query_binds out NOCOPY ak_query_pkg.bind_tab);

103: return varchar2;
104:
105: procedure unpack_whereSegment(p_whereSegment in varchar2,
106: p_where_clause out NOCOPY varchar2,
107: p_query_binds out NOCOPY ak_query_pkg.bind_tab);
108:
109: --added by mputman for 1576202
110: procedure unpack_whereSegment(p_whereSegment in varchar2,
111: p_query_binds IN out NOCOPY ak_query_pkg.bind_tab,

Line 111: p_query_binds IN out NOCOPY ak_query_pkg.bind_tab,

107: p_query_binds out NOCOPY ak_query_pkg.bind_tab);
108:
109: --added by mputman for 1576202
110: procedure unpack_whereSegment(p_whereSegment in varchar2,
111: p_query_binds IN out NOCOPY ak_query_pkg.bind_tab,
112: p_query_binds_index IN NUMBER);
113:
114: procedure unpack_parameters(Y in varchar2,
115: c_parameters out NOCOPY v80_table);

Line 181: 11 unique_key_name -- Unique key to be used in ak_query_pkg

177: 7 end_row -- Ending row of query set
178: 8 start_region -- Region that start applies to in multi region page
179: 9 encrypted_where
180: 10 rowid -- rowid of AK_FLOW_REGION_RELATIONS
181: 11 unique_key_name -- Unique key to be used in ak_query_pkg
182: 12-21 keys(1-10) -- Key values for unique_key_name
183: 22 display page headers and footers Y/N
184: */
185: