DBA Data[Home] [Help]

APPS.HXC_LAYOUT_UTILS_PKG dependencies on HXC_SELF_SERVICE_TIME_DEPOSIT

Line 134: PROCEDURE reset_non_updatable_comps ( p_attributes IN OUT NOCOPY hxc_self_service_time_deposit.app_attributes_info ) IS

130:
131:
132:
133:
134: PROCEDURE reset_non_updatable_comps ( p_attributes IN OUT NOCOPY hxc_self_service_time_deposit.app_attributes_info ) IS
135:
136: -- private function to compare the current attribute row to the set of updatable components.
137: -- if the attribute can be set from the user interface then return FALSE so the value
138: -- is not reset.

Line 144: FUNCTION update_ok ( p_att_rec IN OUT NOCOPY hxc_self_service_time_deposit.app_attributes

140: l_att_ind pls_integer;
141:
142: l_comps_tab components_tab;
143:
144: FUNCTION update_ok ( p_att_rec IN OUT NOCOPY hxc_self_service_time_deposit.app_attributes
145: , p_comps_tab IN components_tab ) RETURN BOOLEAN IS
146:
147: BEGIN
148: