DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_TIMECARD_ATTRIBUTE_UTILS

Line 1708: if(hxc_timecard_attribute_utils.process_attribute(p_attributes(l_index))) then

1704: if (not l_found) then
1705: l_index := p_attributes.first;
1706: LOOP
1707: Exit When ((Not p_attributes.exists(l_index)) or (l_found));
1708: if(hxc_timecard_attribute_utils.process_attribute(p_attributes(l_index))) then
1709: l_found := true;
1710: end if;
1711: l_index := p_attributes.next(l_index);
1712: END LOOP;