DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_BLOCK_TYPE

Line 1032: (p_block in hxc_block_type,

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

Line 1143: (p_block in hxc_block_type,

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