DBA Data[Home] [Help]

APPS.PER_PGT_BUS dependencies on HR_CALENDAR_NODE_TYPE_API

Line 720: If 'Y' = hr_calendar_node_type_api.child_exists(p_hierarchy_type => p_rec.hierarchy_type

716: -- 1) node_type is not referenced in is the lowest level (has no chilren) in its
717: -- node type hierarchy (or global)
718: -- 2) the node's type hierarchy is not used in a generic hierarchy already
719:
720: If 'Y' = hr_calendar_node_type_api.child_exists(p_hierarchy_type => p_rec.hierarchy_type
721: ,p_child_node_type => p_rec.child_node_type) then
722: fnd_message.set_name('PER', 'HR_289913_PER_CAL_CHILD_EXISTS');
723: fnd_message.raise_error;
724: End if;

Line 728: --If 'Y' = hr_calendar_node_type_api.gen_hier_exists(p_hierarchy_type => p_rec.hierarchy_type) then

724: End if;
725:
726: -- bug 2982313 rework this to actually check if the scope record is being used in a generic hierarchy
727: -- rather than checking if hierarchy type has been used by the open .
728: --If 'Y' = hr_calendar_node_type_api.gen_hier_exists(p_hierarchy_type => p_rec.hierarchy_type) then
729: -- fnd_message.set_name('PER', 'HR_289914_PER_CAL_HIER_EXISTS');
730: -- fnd_message.raise_error;
731: --End if;
732: open csr_node_used;