DBA Data[Home] [Help]

APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on HXC_ATTRIBUTE_TYPE

Line 1040: p_attribute IN OUT NOCOPY hxc_attribute_type,

1036: END IF;
1037: END update_value;
1038:
1039: PROCEDURE set_new_attribute_value (
1040: p_attribute IN OUT NOCOPY hxc_attribute_type,
1041: p_segment IN hxc_mapping_components.SEGMENT%TYPE,
1042: p_value IN hxc_time_attributes.attribute1%TYPE,
1043: p_changed IN hxc_time_attributes.attribute1%TYPE
1044: )

Line 1156: l_new_attribute hxc_attribute_type;

1152: p_app_index IN NUMBER
1153: )
1154: IS
1155: l_new_time_attribute_id NUMBER;
1156: l_new_attribute hxc_attribute_type;
1157: l_index NUMBER;
1158: l_attribute_category hxc_bld_blk_info_types.bld_blk_info_type%TYPE;
1159: l_new VARCHAR2 (1);
1160: BEGIN

Line 1179: hxc_attribute_type

1175: l_new := hxc_timecard.c_no;
1176: END IF;
1177:
1178: l_new_attribute :=
1179: hxc_attribute_type
1180: (p_app_attributes (p_app_index).time_attribute_id,
1181: p_app_attributes (p_app_index).building_block_id,
1182: l_attribute_category,
1183: NULL,