DBA Data[Home] [Help]

APPS.AME_GCF_BUS dependencies on AME_APPROVAL_GROUP_MEMBERS

Line 62: from ame_approval_group_members

58: -- type not allowed in the current transaction type.
59: --
60: cursor C_Sel2 is
61: select count(*)
62: from ame_approval_group_members
63: where approval_group_id = p_approval_group_id
64: and orig_system not in ('FND_USR','PER');
65: Begin
66: hr_utility.set_location('Entering:'||l_proc,10);