DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_BLOCK_TYPE

Line 1035: (p_block in hxc_block_type,

1031:
1032: END perform_checks;
1033:
1034: Function prohibitedAttributeChange
1035: (p_block in hxc_block_type,
1036: p_attributes in hxc_attribute_table_type)
1037: Return Boolean is
1038:
1039: cursor c_old_attribute(p_id in hxc_time_attributes.time_attribute_id%type) is

Line 1146: (p_block in hxc_block_type,

1142:
1143: End prohibitedAttributeChange;
1144:
1145: Function prohibitedBlockChange
1146: (p_block in hxc_block_type,
1147: p_attributes in hxc_attribute_table_type)
1148: Return Boolean is
1149:
1150: cursor c_old_block