DBA Data[Home] [Help]

APPS.HXC_ELP_UTILS dependencies on HXC_TIME_ENTRY_RULES_UTILS_PKG

Line 733: hxc_time_entry_rules_utils_pkg.add_error_to_table (

729: -- the application set id attached to the resource preference
730: IF (app_set_ok = 'N')
731: THEN
732: -- 115.6
733: hxc_time_entry_rules_utils_pkg.add_error_to_table (
734: p_message_table => p_messages
735: , p_message_name => 'HXC_VLD_ELP_VIOLATION'
736: , p_message_token => NULL
737: , p_message_level => 'ERROR'

Line 1031: hxc_time_entry_rules_utils_pkg.add_error_to_table (

1027: -- the application set id attached to the resource preference
1028: IF (app_set_ok = 'N')
1029: THEN
1030: -- 115.6
1031: hxc_time_entry_rules_utils_pkg.add_error_to_table (
1032: p_message_table => p_messages
1033: , p_message_name => 'HXC_VLD_ELP_VIOLATION'
1034: , p_message_token => NULL
1035: , p_message_level => 'ERROR'

Line 1560: hxc_time_entry_rules_utils_pkg.add_error_to_table (

1556: -- the application set id attached to the resource preference
1557: IF (app_set_ok = 'N')
1558: THEN
1559: -- 115.6
1560: hxc_time_entry_rules_utils_pkg.add_error_to_table (
1561: p_message_table => p_messages
1562: , p_message_name => 'HXC_VLD_ELP_VIOLATION'
1563: , p_message_token => NULL
1564: , p_message_level => 'ERROR'

Line 1731: hxc_time_entry_rules_utils_pkg.add_error_to_table (

1727: -- the application set id attached to the resource preference
1728: IF (app_set_ok = 'N')
1729: THEN
1730: -- 115.6
1731: hxc_time_entry_rules_utils_pkg.add_error_to_table (
1732: p_message_table => p_messages
1733: , p_message_name => 'HXC_VLD_ELP_VIOLATION'
1734: , p_message_token => NULL
1735: , p_message_level => 'ERROR'

Line 1830: hxc_time_entry_rules_utils_pkg.add_error_to_table (

1826: WHEN OTHERS THEN
1827: -- 115.7
1828: -- hr_utility.set_message (809, 'HXC_ELP_APPL_PROCESS_ERROR');
1829: -- hr_utility.raise_error;
1830: hxc_time_entry_rules_utils_pkg.add_error_to_table (
1831: p_message_table => p_messages
1832: , p_message_name => 'EXCEPTION'
1833: , p_message_token => NULL
1834: , p_message_level => 'ERROR'