DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on ECX_STANDARDS

Line 952: from ecx_standards

948: /** Check for Message Standard Code **/
949: begin
950: select standard_id
951: into i_standard_id
952: from ecx_standards
953: where standard_code = i_message_standard
954: and standard_type = nvl(i_message_type, 'XML');
955:
956: ecx_utils.g_standard_id := i_standard_id;