DBA Data[Home] [Help]

APPS.ECX_ACTIONS dependencies on WF_EVENT_T

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

5728:
5729:
5730: -- Initialize the event if it is not already initialized.
5731: if (ecx_utils.g_event is null) then
5732: wf_event_t.initialize(ecx_utils.g_event);
5733: end if;
5734:
5735: -- Add all global variables as parameters to the event.
5736: for k in 1..ecx_utils.g_stack.count

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

5747: ecx_debug.log(l_statement,'global variable value',
5748: ecx_utils.g_stack(k).variable_value,i_method_name);
5749: end if;
5750: end loop;
5751: -- Call the procedure. The procedure takes wf_event_t as
5752: -- input and gives out xml_fragment as output.
5753:
5754: proc_call := 'BEGIN ' || proc_name || ' (:EVENT,:XML_FRAGMENT);
5755: END;' ;