DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINKS_PKG dependencies on DUAL

Line 35: 40.11 05-MAR-1997 J Alloun Changed all occurances of system.dual

31: according to the datetrack mode.
32: See comments within that
33: procedure.
34: 40.10 22-MAR-1995 N Simpson Removed trace_on/off calls
35: 40.11 05-MAR-1997 J Alloun Changed all occurances of system.dual
36: to sys.dual for next release requirements.
37: 40.12 ??
38: 40.13 01-JUN-1997 M Lisiecki Bug 481143. Changed message
39: PAY_6465_LINK_NO_COST_UPD1 to more

Line 36: to sys.dual for next release requirements.

32: See comments within that
33: procedure.
34: 40.10 22-MAR-1995 N Simpson Removed trace_on/off calls
35: 40.11 05-MAR-1997 J Alloun Changed all occurances of system.dual
36: to sys.dual for next release requirements.
37: 40.12 ??
38: 40.13 01-JUN-1997 M Lisiecki Bug 481143. Changed message
39: PAY_6465_LINK_NO_COST_UPD1 to more
40: generic PAY_52151_ENTRIES_EXIST.

Line 335: from sys.dual;

331: and effective_end_date = p_effective_end_date;
332: --
333: cursor csr_next_ID is
334: select pay_element_links_s.nextval
335: from sys.dual;
336: --
337: begin
338: --
339: hr_utility.set_location ('PAY_ELEMENT_LINKS_PKG.INSERT_ROW',1);