DBA Data[Home] [Help]

APPS.BEN_BENMNGLE_PURGE dependencies on BENUTILS

Line 23: 20-JUL-99 Gperry 115.6 genutils -> benutils package

19: 06-JAN-99 GPERRY 115.2 Corrected to use concurrent
20: request id.
21: 24-FEB-99 GPERRY 115.3 Fixed dates for canonical
22: 22-MAR-99 TMATHERS 115.5 Changed -MON- to /MM/
23: 20-JUL-99 Gperry 115.6 genutils -> benutils package
24: rename.
25: 04-APR-00 mmogel 115.7 Added tokens to messages to make
26: them more meaningful to the user
27: 28-APR-00 gperry 115.8 Converted API calls to base

Line 57: buff => benutils.g_banner_minus);

53: buff => 'Runtime Parameters');
54: --
55: fnd_file.put_line
56: (which => fnd_file.log,
57: buff => benutils.g_banner_minus);
58: --
59: fnd_file.put_line
60: (which => fnd_file.log,
61: buff => 'Concurrent Request ID : '||p_concurrent_request_id);

Line 103: buff => benutils.g_banner_minus);

99: hr_utility.set_location ('Entering '||l_package,10);
100: --
101: fnd_file.put_line
102: (which => fnd_file.log,
103: buff => benutils.g_banner_minus);
104: --
105: fnd_file.put_line
106: (which => fnd_file.log,
107: buff => 'Benefit Action ID Deleted = '||p_benefit_action_id);

Line 151: buff => benutils.g_banner_minus);

147: buff => 'Reporting Rows Deleted = '||p_reporting_rows);
148: --
149: fnd_file.put_line
150: (which => fnd_file.log,
151: buff => benutils.g_banner_minus);
152: --
153: hr_utility.set_location ('Leaving '||l_package,10);
154: --
155: exception