DBA Data[Home] [Help]

APPS.IGS_AS_NOTIFY_STUDENT dependencies on WF_EVENT_T

Line 22: l_event_t wf_event_t;

18: Who When What
19: ******************************************************************/
20:
21:
22: l_event_t wf_event_t;
23: l_parameter_list_t wf_parameter_list_t;
24: l_itemKey varchar2(100);
25: ln_seq_val NUMBER;
26:

Line 49: -- initialize the wf_event_t object

45: CLOSE c_seq_num ;
46:
47:
48: --
49: -- initialize the wf_event_t object
50: --
51:
52: wf_event_t.Initialize(l_event_t);
53:

Line 52: wf_event_t.Initialize(l_event_t);

48: --
49: -- initialize the wf_event_t object
50: --
51:
52: wf_event_t.Initialize(l_event_t);
53:
54:
55:
56: --

Line 304: l_event_t wf_event_t;

300:
301: (reverse chronological order - newest change first)
302: ***************************************************************/
303:
304: l_event_t wf_event_t;
305: l_parameter_list_t wf_parameter_list_t;
306: l_itemKey varchar2(100);
307: ln_seq_val NUMBER;
308:

Line 365: -- initialize the wf_event_t object

361: FETCH c_user_name INTO l_c_user_name;
362: CLOSE c_user_name ;
363:
364: --
365: -- initialize the wf_event_t object
366: --
367:
368: wf_event_t.Initialize(l_event_t);
369:

Line 368: wf_event_t.Initialize(l_event_t);

364: --
365: -- initialize the wf_event_t object
366: --
367:
368: wf_event_t.Initialize(l_event_t);
369:
370:
371: --
372: -- Adding the parameters to the parameter list