DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_TIME_ATTRIBUTES

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

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
1037: select *
1038: from hxc_time_attributes
1039: where time_attribute_id = p_id;
1040:

Line 1038: from hxc_time_attributes

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