DBA Data[Home] [Help]

APPS.AME_ACTION_PKG dependencies on AME_APPROVAL_GROUPS

Line 1905: description ame_approval_groups.description%type;

1901: sysdate between start_date and
1902: nvl(end_date - ame_util.oneSecond, sysdate)
1903: for update;
1904: currentUserId integer;
1905: description ame_approval_groups.description%type;
1906: dynamicDescription ame_action_types.dynamic_description%type;
1907: errorCode integer;
1908: errorMessage ame_util.longestStringType;
1909: nullDescriptionQueryException exception;