DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_MESSAGE_TABLE_TYPE

Line 48: ,p_messages in out nocopy hxc_message_table_type) is

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

Line 169: ,p_messages in out nocopy hxc_message_table_type

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

Line 284: ,p_messages in out nocopy hxc_message_table_type

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

Line 290: l_missing_reasons hxc_message_table_type;

286:
287: l_index number;
288: l_found BOOLEAN;
289: l_att_index number;
290: l_missing_reasons hxc_message_table_type;
291:
292: BEGIN
293:
294: l_missing_reasons := hxc_message_table_type();

Line 294: l_missing_reasons := hxc_message_table_type();

290: l_missing_reasons hxc_message_table_type;
291:
292: BEGIN
293:
294: l_missing_reasons := hxc_message_table_type();
295:
296: l_index := p_messages.first;
297:
298: LOOP

Line 710: ,p_messages in out nocopy hxc_message_table_type

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

Line 925: ,p_messages in out nocopy hxc_message_table_type

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

Line 1558: ,p_messages in out nocopy hxc_message_table_type

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

Line 1685: ,p_messages in out nocopy hxc_message_table_type

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

Line 1772: ,p_messages in out nocopy hxc_message_table_type

1768: ,p_days in hxc_timecard.block_list
1769: ,p_details in hxc_timecard.block_list
1770: ,p_template in varchar2
1771: ,p_deposit_mode in varchar2
1772: ,p_messages in out nocopy hxc_message_table_type
1773: ) IS
1774:
1775: l_modify_days varchar2(2) := 'N';
1776: l_modify_details varchar2(2) := 'N';