DBA Data[Home] [Help]

APPS.CAC_VIEW_WF_PVT dependencies on JTF_CAL_GRANTS_PVT

Line 830: l_return := JTF_CAL_GRANTS_PVT.has_access_level(p_resourceid => to_char(l_RequestorID)

826:
827: /** Check whether the requestor already has an access level to the group
828: ** Added by Jane **/
829:
830: l_return := JTF_CAL_GRANTS_PVT.has_access_level(p_resourceid => to_char(l_RequestorID)
831: ,p_groupid => to_char(l_GroupID));
832:
833: IF (l_return = true) THEN resultout := 'COMPLETE:NO_ERROR';
834: ELSE