DBA Data[Home] [Help]

APPS.PAY_HXC_DEPOSIT_INTERFACE dependencies on PAY_HXC_DEPOSIT_INTERFACE

Line 1: PACKAGE BODY pay_hxc_deposit_interface AS

1: PACKAGE BODY pay_hxc_deposit_interface AS
2: /* $Header: pyhxcdpi.pkb 120.13.12020000.2 2012/08/01 10:14:12 bbayragi ship $ */
3:
4: g_debug BOOLEAN := hr_utility.debug_enabled;
5:

Line 249: c_proc VARCHAR2(100) := 'pay_hxc_deposit_interface.get_input_values';

245: -- e_continue exception;
246:
247:
248: --
249: c_proc VARCHAR2(100) := 'pay_hxc_deposit_interface.get_input_values';
250:
251: l_internal_value VARCHAR2(80);
252: l_display_value VARCHAR2(80);
253: --

Line 482: IF ( pay_hxc_deposit_interface.g_canonical_iv_id_tab.EXISTS(g_iv_mapping_ct(l_ipv_count).iv_id)

478: -- OTL stores the NUMBER input values in attributes table after a conversion to
479: -- canonical format, hence while creation of BEE entries, there has to be a conversion
480: -- to number format.
481:
482: IF ( pay_hxc_deposit_interface.g_canonical_iv_id_tab.EXISTS(g_iv_mapping_ct(l_ipv_count).iv_id)
483: OR g_iv_mapping_ct(l_ipv_count).iv_uom = 'D'
484: )
485: THEN
486:

Line 939: l_proc VARCHAR2(100) := 'pay_hxc_deposit_interface.PAY_UPDATE_PROCESS';

935:
936: l_blocks hxc_self_service_time_deposit.timecard_info;
937: l_attributes hxc_self_service_time_deposit.app_attributes_info;
938: l_messages hxc_self_service_time_deposit.message_table;
939: l_proc VARCHAR2(100) := 'pay_hxc_deposit_interface.PAY_UPDATE_PROCESS';
940: l_index BINARY_INTEGER;
941:
942: BEGIN
943: --

Line 1103: hr_utility.trace('In pay_hxc_deposit_interface.get_attribute_from_iv function');

1099:
1100: BEGIN
1101: IF g_debug
1102: THEN
1103: hr_utility.trace('In pay_hxc_deposit_interface.get_attribute_from_iv function');
1104: hr_utility.trace('p_element_type_id ::'||p_element_type_id);
1105: hr_utility.trace('p_effective_date ::'||p_effective_date);
1106: hr_utility.trace('p_iv_id ::'||p_iv_id);
1107: END IF;

Line 1209: pay_hxc_deposit_interface.g_canonical_iv_id_tab(p_iv_id) := 'Y';

1205: l_new_iv_row.changed := 'N';
1206:
1207: p_attributes(l_next_ind) := l_new_iv_row;
1208:
1209: pay_hxc_deposit_interface.g_canonical_iv_id_tab(p_iv_id) := 'Y';
1210:
1211: hr_utility.trace('att name is '||l_new_iv_row.attribute_name);
1212: hr_utility.trace('att value is '||l_new_iv_row.attribute_value);
1213: hr_utility.trace('iv id for global is '||to_char(p_iv_id));

Line 1524: l_proc VARCHAR2(100) := 'pay_hxc_deposit_interface.PAY_VALIDATE_PROCESS';

1520:
1521: l_blocks hxc_self_service_time_deposit.timecard_info;
1522: l_attributes hxc_self_service_time_deposit.app_attributes_info;
1523: l_messages hxc_self_service_time_deposit.message_table;
1524: l_proc VARCHAR2(100) := 'pay_hxc_deposit_interface.PAY_VALIDATE_PROCESS';
1525:
1526: BEGIN
1527: --
1528: hr_utility.set_location(l_proc, 10);

Line 1627: l_proc VARCHAR2(100):= 'pay_hxc_deposit_interface.PAY_VALIDATE_TIMECARD';

1623: e_error exception;
1624: -- e_continue exception;
1625: l_debug VARCHAR2(1);
1626: --
1627: l_proc VARCHAR2(100):= 'pay_hxc_deposit_interface.PAY_VALIDATE_TIMECARD';
1628:
1629: l_name_cached BOOLEAN;
1630: l_link_cached BOOLEAN;
1631: l_iter BINARY_INTEGER;

Line 2281: END pay_hxc_deposit_interface;

2277: --
2278: END pay_validate_timecard;
2279: --
2280: --
2281: END pay_hxc_deposit_interface;