DBA Data[Home] [Help]

APPS.IGS_AZ_GEN_001 dependencies on WF_EVENT_T

Line 1836: l_event_t wf_event_t;

1832: The name of the parameters must be registered with the w/f.
1833: Change History
1834: Who When What
1835: ******************************************************************/
1836: l_event_t wf_event_t;
1837: l_parameter_list_t wf_parameter_list_t;
1838: l_itemkey VARCHAR2(100);
1839: ln_seq_val NUMBER;
1840: lvMsgData VARCHAR2(100);

Line 1857: -- initialize the wf_event_t object

1853: OPEN c_seq_num;
1854: FETCH c_seq_num INTO ln_seq_val;
1855: CLOSE c_seq_num;
1856: --
1857: -- initialize the wf_event_t object
1858: --
1859: wf_event_t.initialize(l_event_t);
1860: --
1861: -- Adding the parameters to the parameter list, only when param is not null

Line 1859: wf_event_t.initialize(l_event_t);

1855: CLOSE c_seq_num;
1856: --
1857: -- initialize the wf_event_t object
1858: --
1859: wf_event_t.initialize(l_event_t);
1860: --
1861: -- Adding the parameters to the parameter list, only when param is not null
1862: --
1863: IF p_param_name1 IS NOT NULL THEN