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.5.12010000.2 2008/08/06 07:23:32 ubhat ship $ */
3:
4: --
5: --

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

240: -- e_continue exception;
241:
242:
243: --
244: c_proc VARCHAR2(100) := 'pay_hxc_deposit_interface.get_input_values';
245:
246: l_internal_value VARCHAR2(80);
247: l_display_value VARCHAR2(80);
248: --

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

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

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

930:
931: l_blocks hxc_self_service_time_deposit.timecard_info;
932: l_attributes hxc_self_service_time_deposit.app_attributes_info;
933: l_messages hxc_self_service_time_deposit.message_table;
934: l_proc VARCHAR2(100) := 'pay_hxc_deposit_interface.PAY_UPDATE_PROCESS';
935:
936: BEGIN
937: --
938: hr_utility.set_location(l_proc, 10);

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

1183: l_new_iv_row.changed := 'N';
1184:
1185: p_attributes(l_next_ind) := l_new_iv_row;
1186:
1187: pay_hxc_deposit_interface.g_canonical_iv_id_tab(p_iv_id) := 'Y';
1188:
1189: hr_utility.trace('att name is '||l_new_iv_row.attribute_name);
1190: hr_utility.trace('att value is '||l_new_iv_row.attribute_value);
1191: hr_utility.trace('iv id for global is '||to_char(p_iv_id));

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

1380:
1381: l_blocks hxc_self_service_time_deposit.timecard_info;
1382: l_attributes hxc_self_service_time_deposit.app_attributes_info;
1383: l_messages hxc_self_service_time_deposit.message_table;
1384: l_proc VARCHAR2(100) := 'pay_hxc_deposit_interface.PAY_VALIDATE_PROCESS';
1385:
1386: BEGIN
1387: --
1388: hr_utility.set_location(l_proc, 10);

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

1483: e_error exception;
1484: -- e_continue exception;
1485: l_debug VARCHAR2(1);
1486: --
1487: l_proc VARCHAR2(100):= 'pay_hxc_deposit_interface.PAY_VALIDATE_TIMECARD';
1488:
1489: l_name_cached BOOLEAN;
1490: l_link_cached BOOLEAN;
1491: l_iter BINARY_INTEGER;

Line 2125: END pay_hxc_deposit_interface;

2121: --
2122: END pay_validate_timecard;
2123: --
2124: --
2125: END pay_hxc_deposit_interface;