DBA Data[Home] [Help]

APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on HXC_ATTRIBUTE_TYPE

Line 1552: p_attribute IN OUT NOCOPY hxc_attribute_type,

1548: END IF;
1549: END update_value;
1550:
1551: PROCEDURE set_new_attribute_value (
1552: p_attribute IN OUT NOCOPY hxc_attribute_type,
1553: p_segment IN hxc_mapping_components.SEGMENT%TYPE,
1554: p_value IN hxc_time_attributes.attribute1%TYPE,
1555: p_changed IN hxc_time_attributes.attribute1%TYPE
1556: )

Line 1792: l_new_attribute hxc_attribute_type;

1788: p_app_index IN NUMBER
1789: )
1790: IS
1791: l_new_time_attribute_id NUMBER;
1792: l_new_attribute hxc_attribute_type;
1793: l_index NUMBER;
1794: l_attribute_category hxc_bld_blk_info_types.bld_blk_info_type%TYPE;
1795: l_new VARCHAR2 (1);
1796: BEGIN

Line 1821: hxc_attribute_type

1817: l_new := hxc_timecard.c_no;
1818: END IF;
1819:
1820: l_new_attribute :=
1821: hxc_attribute_type
1822: (p_app_attributes (p_app_index).time_attribute_id,
1823: p_app_attributes (p_app_index).building_block_id,
1824: l_attribute_category,
1825: NULL,