DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_TIMECARD_ATTRIBUTE_UTILS

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

1712: if (not l_found) then
1713: l_index := p_attributes.first;
1714: LOOP
1715: Exit When ((Not p_attributes.exists(l_index)) or (l_found));
1716: if(hxc_timecard_attribute_utils.process_attribute(p_attributes(l_index))) then
1717: l_found := true;
1718: end if;
1719: l_index := p_attributes.next(l_index);
1720: END LOOP;