DBA Data[Home] [Help]

APPS.HXC_TIMECARD_ATTRIBUTE_UTILS dependencies on HXC_SELF_SERVICE_TIME_DEPOSIT

Line 14: return HXC_SELF_SERVICE_TIME_DEPOSIT.building_block_attribute_info;

10: RETURN number;
11:
12: Function convert_to_dpwr_attributes
13: (p_attributes in HXC_ATTRIBUTE_TABLE_TYPE)
14: return HXC_SELF_SERVICE_TIME_DEPOSIT.building_block_attribute_info;
15:
16: Function convert_to_type
17: (p_attributes in HXC_SELF_SERVICE_TIME_DEPOSIT.building_block_attribute_info)
18: return HXC_ATTRIBUTE_TABLE_TYPE;

Line 17: (p_attributes in HXC_SELF_SERVICE_TIME_DEPOSIT.building_block_attribute_info)

13: (p_attributes in HXC_ATTRIBUTE_TABLE_TYPE)
14: return HXC_SELF_SERVICE_TIME_DEPOSIT.building_block_attribute_info;
15:
16: Function convert_to_type
17: (p_attributes in HXC_SELF_SERVICE_TIME_DEPOSIT.building_block_attribute_info)
18: return HXC_ATTRIBUTE_TABLE_TYPE;
19:
20: Function is_new_attribute
21: (p_attribute in HXC_ATTRIBUTE_TYPE)