DBA Data[Home] [Help]

APPS.ECX_INBOUND_NEW dependencies on ECX_STANDARD_ATTRIBUTES

Line 95: from ecx_standard_attributes esa,

91: )
92: is
93: select attribute_name,
94: element_tag_name
95: from ecx_standard_attributes esa,
96: ecx_standards es
97: where es.standard_id = p_standard_id
98: and esa.standard_id = es.standard_id;
99: