DBA Data[Home] [Help]

APPS.AME_API6 dependencies on AME_UTIL2

Line 104: * ame_util2.notificationRecord which is used to pass the notification id and user comments.

100: * negative integer.
101: * @param approverIn This is the approverRecord defined by ame_util.approverRecord2
102: * which gives information regarding the Approver.
103: * @param notificationIn This is the notificationRecord defined by
104: * ame_util2.notificationRecord which is used to pass the notification id and user comments.
105: * @param forwardeeIn Approver record of the forwardee if forwarding has been done.
106: * @param updateItemIn This flag determines whether the status of the repeated
107: * occurrences of the approvers in the same item have to be updated or not.
108: * @rep:displayname Update Approval Status

Line 120: notificationIn in ame_util2.notificationRecord

116: procedure updateApprovalStatus(applicationIdIn in number,
117: transactionTypeIn in varchar2,
118: transactionIdIn in varchar2,
119: approverIn in ame_util.approverRecord2,
120: notificationIn in ame_util2.notificationRecord
121: default ame_util2.emptyNotificationRecord,
122: forwardeeIn in ame_util.approverRecord2 default
123: ame_util.emptyApproverRecord2,
124: updateItemIn in boolean default false) ;

Line 121: default ame_util2.emptyNotificationRecord,

117: transactionTypeIn in varchar2,
118: transactionIdIn in varchar2,
119: approverIn in ame_util.approverRecord2,
120: notificationIn in ame_util2.notificationRecord
121: default ame_util2.emptyNotificationRecord,
122: forwardeeIn in ame_util.approverRecord2 default
123: ame_util.emptyApproverRecord2,
124: updateItemIn in boolean default false) ;
125:

Line 174: * ame_util2.notificationRecord which is used to pass the notification id and user comments.

170: * @param groupOrChainIdIn This specifies the id of the Group or the chain
171: * to which the approver belongs to.
172: * @param occurrenceIn Approver's Occurrence in the group or chain.
173: * @param notificationIn This is the notificationRecord defined by
174: * ame_util2.notificationRecord which is used to pass the notification id and user comments.
175: * @param forwardeeIn Approver record of the forwardee if forwarding has been done.
176: * @param updateItemIn This flag determines whether the status of the repeated
177: * occurrences of the approvers in the same item have to be updated or not.
178: * @rep:displayname Update Approval Status 2

Line 196: notificationIn in ame_util2.notificationRecord

192: itemIdIn in varchar2 default null,
193: actionTypeIdIn in number default null,
194: groupOrChainIdIn in number default null,
195: occurrenceIn in number default null,
196: notificationIn in ame_util2.notificationRecord
197: default ame_util2.emptyNotificationRecord,
198: forwardeeIn in ame_util.approverRecord2
199: default ame_util.emptyApproverRecord2,
200: updateItemIn in boolean default false);

Line 197: default ame_util2.emptyNotificationRecord,

193: actionTypeIdIn in number default null,
194: groupOrChainIdIn in number default null,
195: occurrenceIn in number default null,
196: notificationIn in ame_util2.notificationRecord
197: default ame_util2.emptyNotificationRecord,
198: forwardeeIn in ame_util.approverRecord2
199: default ame_util.emptyApproverRecord2,
200: updateItemIn in boolean default false);
201: end ame_api6;