DBA Data[Home] [Help]

APPS.EAM_ACTIVITYSUPN_PUB dependencies on EAM_PM_SUPPRESSIONS

Line 142: l_validated := eam_pm_suppressions.check_no_loop (p_parent_association_id,

138: /* l_validated := Validate_ParentChildAssets (p_parent_association_id,
139: p_child_association_id);
140: */
141:
142: l_validated := eam_pm_suppressions.check_no_loop (p_parent_association_id,
143: p_child_association_id);
144: if (not l_validated) then
145: --raise_error('Child activity cannot suppress its Parent activity');
146: raise_error('EAM_INVALID_SUPPRESSION');

Line 438: l_validated := eam_pm_suppressions.check_no_loop (p_parent_association_id,

434: RAISE FND_API.G_EXC_ERROR;
435: END IF;
436: END IF;
437:
438: l_validated := eam_pm_suppressions.check_no_loop (p_parent_association_id,
439: p_child_association_id);
440: if (not l_validated) then
441: --raise_error('Child activity cannot suppress its Parent activity');
442: raise_error('EAM_INVALID_SUPPRESSION');