DBA Data[Home] [Help]

APPS.BEN_ON_LINE_LF_EVT dependencies on DUAL

Line 35: -- Cursor C_Seq is select ben_on_line_lf_evt_s.nextval from sys.dual;

31: --
32: -- 9999Sequence number to append the person_id so that many process instances can be
33: -- launched for a single person.
34: --
35: -- Cursor C_Seq is select ben_on_line_lf_evt_s.nextval from sys.dual;
36: --
37: Cursor C_Seq is
38: select to_char(WF_ERROR_PROCESSES_S.NEXTVAL)
39: from SYS.DUAL;

Line 39: from SYS.DUAL;

35: -- Cursor C_Seq is select ben_on_line_lf_evt_s.nextval from sys.dual;
36: --
37: Cursor C_Seq is
38: select to_char(WF_ERROR_PROCESSES_S.NEXTVAL)
39: from SYS.DUAL;
40: --
41: ItemKey varchar2(240);
42: username varchar2(50) := fnd_profile.value('USERNAME');
43: ItemType varchar2(30) := 'BEN_OLLE';