DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on ECX_STANDARDS

Line 998: from ecx_standards

994: /** Check for Message Standard Code **/
995: begin
996: select standard_id
997: into i_standard_id
998: from ecx_standards
999: where standard_code = i_message_standard
1000: and standard_type = nvl(i_message_type, 'XML');
1001:
1002: ecx_utils.g_standard_id := i_standard_id;