DBA Data[Home] [Help]

APPS.ECX_XREF_API dependencies on ECX_XREF_DTL_S

Line 638: select ecx_xref_dtl_s.nextval into x_xref_dtl_id from dual;

634: from ecx_standards
635: where standard_code = p_standard
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,

Line 762: update ECX_XREF_DTL set

758: l_xref_ext_value,
759: l_direction;
760: close get_xref_dtl_data;
761:
762: update ECX_XREF_DTL set
763: XREF_EXT_VALUE = p_xref_ext_value,
764: XREF_INT_VALUE = p_xref_int_value,
765: TP_HEADER_ID = p_tp_header_id,
766: DIRECTION = p_direction,