DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_TIME_ATTRIBUTES

Line 1039: cursor c_old_attribute(p_id in hxc_time_attributes.time_attribute_id%type) is

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
1040: select *
1041: from hxc_time_attributes
1042: where time_attribute_id = p_id;
1043:

Line 1041: from hxc_time_attributes

1037: Return Boolean is
1038:
1039: cursor c_old_attribute(p_id in hxc_time_attributes.time_attribute_id%type) is
1040: select *
1041: from hxc_time_attributes
1042: where time_attribute_id = p_id;
1043:
1044: l_old_attribute c_old_attribute%rowtype;
1045: