DBA Data[Home] [Help]

APPS.ECX_XREF_HDR_PKG dependencies on ECX_UTIL_API

Line 113: if NOT(l_ret_code = ECX_UTIL_API.G_NO_ERROR) then

109: p_xref_category_id => l_hdr_id,
110: p_xref_category_code => x_xref_category_code,
111: p_description => x_description,
112: p_owner => x_owner);
113: if NOT(l_ret_code = ECX_UTIL_API.G_NO_ERROR) then
114: raise_application_error(-20000, l_errmsg);
115: end if;
116:
117: end if;

Line 127: if NOT(l_ret_code = ECX_UTIL_API.G_NO_ERROR) then

123: x_xref_hdr_id => l_hdr_id,
124: p_xref_category_code => x_xref_category_code,
125: p_description => x_description,
126: p_owner => x_owner);
127: if NOT(l_ret_code = ECX_UTIL_API.G_NO_ERROR) then
128: raise_application_error(-20000, l_errmsg);
129: end if;
130: when others then
131: raise;