DBA Data[Home] [Help]

APPS.HXC_APP_ATTRIBUTE_UTILS dependencies on HXC_ATTRIBUTE_TYPE

Line 450: (p_attribute in hxc_attribute_type

446:
447: End set_value;
448:
449: Function mapping_applies
450: (p_attribute in hxc_attribute_type
451: ,p_mapping_index in number
452: ,p_retrieval_process_id in number
453: ,p_deposit_process_id in number
454: ) return boolean is

Line 561: (p_attribute in hxc_attribute_type

557:
558: End appsetid_applies;
559:
560: Function mapping_applies
561: (p_attribute in hxc_attribute_type
562: ,p_mapping_index in number
563: ,p_retrieval_process_id in number
564: ,p_deposit_process_id in number
565: ,p_application_set_id in number

Line 596: (p_attribute in HXC_ATTRIBUTE_TYPE) return pls_integer is

592:
593: End mapping_applies;
594:
595: Function maximumAttribute
596: (p_attribute in HXC_ATTRIBUTE_TYPE) return pls_integer is
597: l_max_populated_attribute pls_integer;
598: Begin
599:
600: l_max_populated_attribute := 0;

Line 697: Function skip_attribute_entry(p_attribute in HXC_ATTRIBUTE_TYPE) return BOOLEAN is

693: return l_max_populated_attribute;
694:
695: End maximumAttribute;
696:
697: Function skip_attribute_entry(p_attribute in HXC_ATTRIBUTE_TYPE) return BOOLEAN is
698: l_return boolean := FALSE;
699: begin
700: if(p_attribute.attribute_category = 'APPROVAL') AND (maximumAttribute(p_attribute)=0) then
701: return true;

Line 714: l_attribute HXC_ATTRIBUTE_TYPE;

710: p_process_type in varchar2,
711: p_attributes in hxc_attribute_table_type,
712: p_app_attributes in out nocopy hxc_self_service_time_deposit.app_attributes_info) is
713:
714: l_attribute HXC_ATTRIBUTE_TYPE;
715:
716: l_mapping_index pls_integer;
717: l_mapping_end pls_integer;
718: l_attribute_index pls_integer;

Line 1762: (p_attribute in out nocopy hxc_attribute_type

1758:
1759: End update_value;
1760:
1761: Procedure set_new_attribute_value
1762: (p_attribute in out nocopy hxc_attribute_type
1763: ,p_segment in hxc_mapping_components.segment%type
1764: ,p_value in hxc_time_attributes.attribute1%type
1765: ) is
1766:

Line 1844: l_new_attribute hxc_attribute_type;

1840: ,p_app_index in number
1841: ) is
1842:
1843: l_new_time_attribute_id number;
1844: l_new_attribute hxc_attribute_type;
1845: l_index number;
1846: l_attribute_category hxc_bld_blk_info_types.bld_blk_info_type%type;
1847:
1848: Begin

Line 1858: l_new_attribute := hxc_attribute_type

1854: end if;
1855:
1856: l_new_time_attribute_id := hxc_timecard_attribute_utils.next_time_attribute_id(p_attributes);
1857:
1858: l_new_attribute := hxc_attribute_type
1859: (l_new_time_attribute_id
1860: ,p_app_attributes(p_app_index).building_block_id
1861: ,l_attribute_category
1862: ,null