DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_UTILITIES dependencies on HXC_MESSAGE_TABLE_TYPE

Line 2164: p_old_messages IN hxc_message_table_type,

2160: end if;
2161: END tc_edit_allowed;
2162:
2163: PROCEDURE convert_type_to_message_table (
2164: p_old_messages IN hxc_message_table_type,
2165: p_messages OUT NOCOPY hxc_self_service_time_deposit.message_table
2166: ) IS
2167: l_index NUMBER
2168: /*ADVICE(1668): NUMBER has no precision [315] */

Line 2733: p_messages IN OUT NOCOPY hxc_message_table_type

2729:
2730: PROCEDURE check_msg_set_process_flag (
2731: p_blocks IN OUT NOCOPY hxc_block_table_type,
2732: p_attributes IN OUT NOCOPY hxc_attribute_table_type,
2733: p_messages IN OUT NOCOPY hxc_message_table_type
2734: ) IS
2735: l_change_process_flag BOOLEAN := FALSE;
2736: l_index BINARY_INTEGER
2737: /*ADVICE(2237): Consider using PLS_INTEGER instead of INTEGER and BINARY_INTEGER if on Oracle 7.3 or above