DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_MESSAGE_TABLE_TYPE

Line 51: ,p_messages in out nocopy hxc_message_table_type) is

47: --
48: --
49: Procedure can_delete_template
50: (p_template_id in hxc_time_building_blocks.time_building_block_id%type
51: ,p_messages in out nocopy hxc_message_table_type) is
52:
53: cursor c_template_details
54: (p_id in hxc_time_building_blocks.time_building_block_id%type) is
55: select TEMPLATE_TYPE from hxc_template_summary

Line 172: ,p_messages in out nocopy hxc_message_table_type

168: (p_blocks in hxc_block_table_type
169: ,p_attributes in hxc_attribute_table_type
170: ,p_deposit_mode in varchar2
171: ,p_template in varchar2
172: ,p_messages in out nocopy hxc_message_table_type
173: ) is
174:
175: l_proc varchar2(70) := g_package||'check_inputs';
176:

Line 287: ,p_messages in out nocopy hxc_message_table_type

283: --
284: PROCEDURE audit_checks
285: (p_blocks in hxc_block_table_type
286: ,p_attributes in hxc_attribute_table_type
287: ,p_messages in out nocopy hxc_message_table_type
288: ) is
289:
290: l_index number;
291: l_found BOOLEAN;

Line 293: l_missing_reasons hxc_message_table_type;

289:
290: l_index number;
291: l_found BOOLEAN;
292: l_att_index number;
293: l_missing_reasons hxc_message_table_type;
294:
295: BEGIN
296:
297: l_missing_reasons := hxc_message_table_type();

Line 297: l_missing_reasons := hxc_message_table_type();

293: l_missing_reasons hxc_message_table_type;
294:
295: BEGIN
296:
297: l_missing_reasons := hxc_message_table_type();
298:
299: l_index := p_messages.first;
300:
301: LOOP

Line 713: ,p_messages in out nocopy hxc_message_table_type

709:
710: Procedure check_start_stop_time
711: (p_blocks in hxc_block_table_type
712: ,p_details in hxc_timecard.block_list
713: ,p_messages in out nocopy hxc_message_table_type
714: ,p_validate_on_save in hxc_pref_hierarchies.attribute1%type
715: ) is
716: l_index number;
717:

Line 928: ,p_messages in out nocopy hxc_message_table_type

924: ,p_attributes in hxc_attribute_table_type
925: ,p_timecard_props in hxc_timecard_prop_table_type
926: ,p_days in hxc_timecard.block_list
927: ,p_details in hxc_timecard.block_list
928: ,p_messages in out nocopy hxc_message_table_type
929: ) IS
930:
931: l_tc_index NUMBER;
932: l_index NUMBER;

Line 1561: ,p_messages in out nocopy hxc_message_table_type

1557: p_attributes in hxc_attribute_table_type
1558: ,p_timecard_props in hxc_timecard_prop_table_type
1559: ,p_days in hxc_timecard.block_list
1560: ,p_details in hxc_timecard.block_list
1561: ,p_messages in out nocopy hxc_message_table_type
1562: ) IS
1563:
1564: l_modify_days varchar2(2) := 'N';
1565: l_modify_details varchar2(2) := 'N';

Line 1688: ,p_messages in out nocopy hxc_message_table_type

1684: --
1685: PROCEDURE chk_some_processing
1686: (p_blocks in hxc_block_table_type
1687: ,p_attributes in hxc_attribute_table_type
1688: ,p_messages in out nocopy hxc_message_table_type
1689: ) is
1690:
1691: l_index number;
1692: l_found boolean := false;

Line 1807: ,p_messages in out nocopy hxc_message_table_type

1803: ,p_days in hxc_timecard.block_list
1804: ,p_details in hxc_timecard.block_list
1805: ,p_template in varchar2
1806: ,p_deposit_mode in varchar2
1807: ,p_messages in out nocopy hxc_message_table_type
1808: ) IS
1809:
1810: l_modify_days varchar2(2) := 'N';
1811: l_modify_details varchar2(2) := 'N';