DBA Data[Home] [Help]

APPS.ECX_XREF_STANDARDS_PKG dependencies on ECX_XREF_API

Line 133: ecx_xref_api.update_standard_code_values(

129: if ((x_custom_mode = 'FORCE') or
130: ((l_luby = 0) and (l_db_luby = 1)) or
131: ((l_luby = l_db_luby) and (l_ludate > l_db_ludate)))
132: then
133: ecx_xref_api.update_standard_code_values(
134: x_return_status => l_ret_code,
135: x_msg => l_errmsg,
136: p_xref_standard_id => l_xref_standard_id,
137: p_xref_std_value => X_XREF_STD_VALUE,

Line 149: ecx_xref_api.create_standard_code_values(

145:
146: end if;
147: exception
148: when no_data_found then
149: ecx_xref_api.create_standard_code_values(
150: x_return_status => l_ret_code,
151: x_msg => l_errmsg,
152: x_xref_std_id => l_xref_standard_id,
153: x_xref_category_id => l_hdr_id,