DBA Data[Home] [Help]

APPS.ECX_ACTIONS dependencies on WF_EVENT_T

Line 5746: wf_event_t.initialize(ecx_utils.g_event);

5742:
5743:
5744: -- Initialize the event if it is not already initialized.
5745: if (ecx_utils.g_event is null) then
5746: wf_event_t.initialize(ecx_utils.g_event);
5747: end if;
5748:
5749: -- Add all global variables as parameters to the event.
5750: for k in 1..ecx_utils.g_stack.count

Line 5765: -- Call the procedure. The procedure takes wf_event_t as

5761: ecx_debug.log(l_statement,'global variable value',
5762: ecx_utils.g_stack(k).variable_value,i_method_name);
5763: end if;
5764: end loop;
5765: -- Call the procedure. The procedure takes wf_event_t as
5766: -- input and gives out xml_fragment as output.
5767:
5768: proc_call := 'BEGIN ' || proc_name || ' (:EVENT,:XML_FRAGMENT);
5769: END;' ;