DBA Data[Home] [Help]

APPS.ECX_XREF_API dependencies on ECX_XREF_DTL_PKG

Line 640: ECX_XREF_DTL_PKG. insert_row (

636: and standard_type = nvl(p_standard_type, 'XML');
637:
638: select ecx_xref_dtl_s.nextval into x_xref_dtl_id from dual;
639:
640: ECX_XREF_DTL_PKG. insert_row (
641: X_ROWID => i_rowid,
642: X_XREF_DTL_ID => x_xref_dtl_id,
643: X_XREF_CATEGORY_ID => x_xref_category_id,
644: X_STANDARD_ID => i_standard_id,

Line 835: ECX_XREF_DTL_PKG.delete_row (

831: x_msg := ecx_debug.getTranslatedMessage('ECX_XREF_DTL_ID_NOT_NULL');
832: return;
833: end if;
834:
835: ECX_XREF_DTL_PKG.delete_row (
836: X_XREF_DTL_ID => p_xref_dtl_id
837: );
838: exception
839: when no_data_found then