DBA Data[Home] [Help]

APPS.AME_API dependencies on AME_APPROVER_TYPE_USAGES

Line 1625: from ame_approver_type_usages

1621: chainToBeInserted := false;
1622: begin
1623: select count(*)
1624: into tempCount
1625: from ame_approver_type_usages
1626: where action_type_id = currentActionTypeId
1627: and approver_type_id not in (select approver_type_id
1628: from ame_approver_types
1629: where orig_system = ame_util.perOrigSystem) ;