DBA Data[Home] [Help]

APPS.ECX_XREF_API dependencies on DUAL

Line 18: from dual;

14: ) is
15:
16: cursor c_xref_hdr_id
17: is select ecx_xref_hdr_s.nextval
18: from dual;
19:
20: i_c_by pls_integer := 0;
21: i_rowid varchar2(240) := null;
22:

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 1058: into x_xref_std_id from dual;

1054: return;
1055: end if;
1056:
1057: select ecx_xref_standards_s.nextval
1058: into x_xref_std_id from dual;
1059:
1060: ECX_XREF_STANDARDS_PKG.insert_row (
1061: X_ROWID => i_rowid,
1062: X_XREF_STANDARD_ID => x_xref_std_id,