DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on BEN_TYPE

Line 27: * 27-JUL-1999 mhoyes 115.19 - Changed g_report_rec ref it ben_type.

23: * 03-Mar-1999 Stee 115.13 Removed dbms_output.put_line.
24: * 22-Mar-1999 TMathers 115.16 CHanged -MON- to /MM/
25: * 18-May-1999 jcarpent 115.17 Use trunc not to_char for zero of time.
26: * 20-JUL-1999 Gperry 115.18 genutils -> benutils package rename.
27: * 27-JUL-1999 mhoyes 115.19 - Changed g_report_rec ref it ben_type.
28: * 28-JUL-1999 mhoyes 115.20 - Made oipl_id hashing use > rather than <
29: * 19-Oct-1999 maagrawa 115.21 - Modified procedure write_error_rec to
30: * get correct error code.
31: * - Write the log information to the log file.

Line 719: l_rec ben_type.g_report_rec := g_rec;

715: ,p_text in varchar2 default NULL
716: ,p_err_cd in varchar2 default NULL
717: ) is
718: l_proc varchar2(80) := g_package||'.write_rec';
719: l_rec ben_type.g_report_rec := g_rec;
720: Begin
721: hr_utility.set_location ('Entering ' || l_proc,05);
722: l_rec.rep_typ_cd := p_typ_cd;
723: l_rec.text := p_text;