DBA Data[Home] [Help]

APPS.HXC_SECURITY dependencies on HXC_MESSAGE_TABLE_TYPE

Line 42: p_messages in out nocopy hxc_message_table_type)

38:
39: Function checkOrgId
40: (p_blocks in hxc_block_table_type,
41: p_org_id in number,
42: p_messages in out nocopy hxc_message_table_type)
43: return boolean is
44: l_passed boolean := true;
45: Begin
46:

Line 53: p_messages := hxc_message_table_type();

49: (isTimecardForProjects
50: (p_blocks(hxc_timecard_block_utils.find_active_timecard_index(p_blocks)).
51: application_set_id))) then
52: if(p_messages is null) then
53: p_messages := hxc_message_table_type();
54: end if;
55: l_passed := false;
56: p_messages.extend();
57: p_messages(p_messages.last) := hxc_message_type

Line 358: p_messages in out nocopy hxc_message_table_type

354: PROCEDURE add_security_attribute
355: (p_blocks in hxc_block_table_type,
356: p_attributes in out nocopy hxc_attribute_table_type,
357: p_timecard_props in hxc_timecard_prop_table_type,
358: p_messages in out nocopy hxc_message_table_type
359: ) IS
360:
361: l_list block_list;
362: l_count NUMBER;