DBA Data[Home] [Help]

APPS.PAY_BEE_UPGRADE_PKG dependencies on PAY_BEE_UPGRADE_PKG

Line 1: Package body PAY_BEE_UPGRADE_PKG as

1: Package body PAY_BEE_UPGRADE_PKG as
2: /* $Header: pybeeupg.pkb 120.1 2006/02/21 06:42 bshukla noship $ */
3: --
4: --
5: --

Line 300: hr_utility.set_location('pay_bee_upgrade_pkg.convert_display_to_internal',1);

296: AND flv.meaning = p_meaning;
297: --
298: begin
299: --
300: hr_utility.set_location('pay_bee_upgrade_pkg.convert_display_to_internal',1);
301: --
302: if (p_lookup_type is not null and
303: l_display_value is not null) then
304: --

Line 387: hr_utility.set_location('pay_bee_upgrade_pkg.convert_display_to_internal',2);

383: --
384: --
385: hr_utility.trace('IN:'||p_input_value);
386: hr_utility.trace('OUT:'||l_formatted_value);
387: hr_utility.set_location('pay_bee_upgrade_pkg.convert_display_to_internal',2);
388: --
389: if ((p_input_value is not null and l_formatted_value is null) or
390: (p_input_value is null)) then
391: return p_input_value;

Line 399: hr_utility.set_location('pay_bee_upgrade_pkg.convert_display_to_internal',3);

395: --
396: exception
397: when lov_error then
398: --
399: hr_utility.set_location('pay_bee_upgrade_pkg.convert_display_to_internal',3);
400: --
401: hr_utility.raise_error;
402: when others then
403: --

Line 404: hr_utility.set_location('pay_bee_upgrade_pkg.convert_display_to_internal',4);

400: --
401: hr_utility.raise_error;
402: when others then
403: --
404: hr_utility.set_location('pay_bee_upgrade_pkg.convert_display_to_internal',4);
405: --
406: if p_batch_line_status in ('V','T') then
407: pay_core_utils.push_message (800,'HR_449110_BEE_UPG_CONV','A');
408: pay_core_utils.push_token ('BATCH_LINE_ID', p_batch_line_id);

Line 742: hr_utility.set_location('pay_bee_upgrade_pkg.upgrade_iv_values',1);

738: --
739: begin
740: --
741: --
742: hr_utility.set_location('pay_bee_upgrade_pkg.upgrade_iv_values',1);
743: --
744: --
745: open csr_min_asg_act;
746: fetch csr_min_asg_act into l_chunk_number,L_BG_ID,L_LEG_CODE,L_PCT_ID;

Line 804: hr_utility.set_location('pay_bee_upgrade_pkg.upgrade_iv_values',2);

800: end if;
801: --
802:
803: --
804: hr_utility.set_location('pay_bee_upgrade_pkg.upgrade_iv_values',2);
805: --
806: --
807: end;
808: --

Line 827: end PAY_BEE_UPGRADE_PKG;

823: return l_status;
824: --
825: end upgrade_status;
826:
827: end PAY_BEE_UPGRADE_PKG;