DBA Data[Home] [Help]

APPS.ECX_UTIL_API dependencies on ECX_UTILS

Line 747: if (ecx_utils.g_install_mode is null) then

743: l_validate varchar2(1) := 'Y';
744:
745: begin
746:
747: if (ecx_utils.g_install_mode is null) then
748: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
749: end if;
750:
751: if ecx_utils.g_install_mode = 'EMBEDDED'

Line 748: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');

744:
745: begin
746:
747: if (ecx_utils.g_install_mode is null) then
748: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
749: end if;
750:
751: if ecx_utils.g_install_mode = 'EMBEDDED'
752: then

Line 751: if ecx_utils.g_install_mode = 'EMBEDDED'

747: if (ecx_utils.g_install_mode is null) then
748: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
749: end if;
750:
751: if ecx_utils.g_install_mode = 'EMBEDDED'
752: then
753: i_string := 'begin
754: fnd_profile.get('||'''ECX_XML_VALIDATE_FLAG'''||',
755: :l_validate);

Line 777: if (ecx_utils.g_install_mode is null) then

773: i_string varchar2(2000);
774: l_size Number;
775: begin
776:
777: if (ecx_utils.g_install_mode is null) then
778: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
779: end if;
780:
781: if ecx_utils.g_install_mode = 'EMBEDDED'

Line 778: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');

774: l_size Number;
775: begin
776:
777: if (ecx_utils.g_install_mode is null) then
778: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
779: end if;
780:
781: if ecx_utils.g_install_mode = 'EMBEDDED'
782: then

Line 781: if ecx_utils.g_install_mode = 'EMBEDDED'

777: if (ecx_utils.g_install_mode is null) then
778: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
779: end if;
780:
781: if ecx_utils.g_install_mode = 'EMBEDDED'
782: then
783: i_string := 'begin
784: fnd_profile.get('||'''ECX_XML_MAXIMUM_SIZE'''||',
785: :l_size);

Line 858: raise ecx_utils.program_exit;

854: end if;
855: if NOT xmlDOM.isNull(l_ndoc) then
856: xmlDOM.freeDocument(l_ndoc);
857: end if;
858: raise ecx_utils.program_exit;
859: end parseXML;
860:
861:
862: END ECX_UTIL_API;