DBA Data[Home] [Help]

APPS.AME_API2 dependencies on AME_ACTION_TYPES_TL

Line 1517: actionTypeName ame_action_types_tl.user_action_type_name%type;

1513: origSystemList ame_util.stringList;
1514: actionTypeCount number;
1515: invalidActionTypeException exception;
1516: invalidApproverTypeException exception;
1517: actionTypeName ame_action_types_tl.user_action_type_name%type;
1518: cursor getOrigSystem(actionTypeIdIn in number) is
1519: select apr.orig_system
1520: from ame_approver_type_usages apu
1521: ,ame_approver_types apr