DBA Data[Home] [Help]

APPS.AME_API3 dependencies on AME_UTIL

Line 79: * @param approverIn This is the approverRecord defined by ame_util.approverRecord2

75: * @param transactionidin This is a string up to 50 bytes long. It identifies a
76: * transaction within a transaction type. Its value must not contain
77: * white-space characters, and must not be the character representation of a
78: * negative integer.
79: * @param approverIn This is the approverRecord defined by ame_util.approverRecord2
80: * that identifies the approver.
81: * @rep:displayname Clear Insertion
82: * @rep:category BUSINESS_ENTITY AME_APPROVAL
83: * @rep:lifecycle active

Line 92: approverIn in ame_util.approverRecord2);

88: --
89: procedure clearInsertion(applicationIdIn in number,
90: transactionTypeIn in varchar2,
91: transactionIdIn in varchar2,
92: approverIn in ame_util.approverRecord2);
93: --
94: -- ----------------------------------------------------------------------------
95: -- |-----------------------------< clearInsertions >-------------------------|
96: -- ----------------------------------------------------------------------------

Line 173: * ame_util.approverRecord2 that identifies the suppressed approver

169: * transaction within a transaction type. Its value must not contain
170: * white-space characters, and must not be the character representation of a
171: * negative integer.
172: * @param approverIn This is the approverRecord defined by
173: * ame_util.approverRecord2 that identifies the suppressed approver
174: * @rep:displayname Clear Suppression
175: * @rep:category BUSINESS_ENTITY AME_APPROVAL
176: * @rep:lifecycle active
177: * @rep:scope public

Line 185: approverIn in ame_util.approverRecord2);

181: --
182: procedure clearSuppression(applicationIdIn in number,
183: transactionTypeIn in varchar2,
184: transactionIdIn in varchar2,
185: approverIn in ame_util.approverRecord2);
186: --
187: -- ----------------------------------------------------------------------------
188: -- |-----------------------------< clearSuppressions >------------------------|
189: -- ----------------------------------------------------------------------------

Line 267: procedure getAllApprovalGroups(groupIdsOut out nocopy ame_util.idList,

263: */
264: --
265: -- {End Of Comments}
266: --
267: procedure getAllApprovalGroups(groupIdsOut out nocopy ame_util.idList,
268: groupNamesOut out nocopy ame_util.stringList);
269: --
270: -- ----------------------------------------------------------------------------
271: -- |---------------------------< getapplicablerules1 >------------------------|

Line 268: groupNamesOut out nocopy ame_util.stringList);

264: --
265: -- {End Of Comments}
266: --
267: procedure getAllApprovalGroups(groupIdsOut out nocopy ame_util.idList,
268: groupNamesOut out nocopy ame_util.stringList);
269: --
270: -- ----------------------------------------------------------------------------
271: -- |---------------------------< getapplicablerules1 >------------------------|
272: -- ----------------------------------------------------------------------------

Line 315: ruleIdsOut out nocopy ame_util.idList);

311: --
312: procedure getApplicableRules1(applicationIdIn in integer,
313: transactionIdIn in varchar2,
314: transactionTypeIn in varchar2,
315: ruleIdsOut out nocopy ame_util.idList);
316: --
317: -- ----------------------------------------------------------------------------
318: -- |---------------------------< getapplicablerules2 >------------------------|
319: -- ----------------------------------------------------------------------------

Line 363: ruleDescriptionsOut out nocopy ame_util.stringList);

359: --
360: procedure getApplicableRules2(applicationIdIn in integer,
361: transactionIdIn in varchar2,
362: transactionTypeIn in varchar2,
363: ruleDescriptionsOut out nocopy ame_util.stringList);
364: --
365: -- ----------------------------------------------------------------------------
366: -- |---------------------------< getapplicablerules3 >------------------------|
367: -- ----------------------------------------------------------------------------

Line 416: ruleIdsOut out nocopy ame_util.idList,

412: --
413: procedure getApplicableRules3(applicationIdIn in integer,
414: transactionIdIn in varchar2,
415: transactionTypeIn in varchar2,
416: ruleIdsOut out nocopy ame_util.idList,
417: ruleDescriptionsOut out nocopy ame_util.stringList);
418: --
419: -- ----------------------------------------------------------------------------
420: -- |----------------------------< getapprovalgroupid >------------------------|

Line 417: ruleDescriptionsOut out nocopy ame_util.stringList);

413: procedure getApplicableRules3(applicationIdIn in integer,
414: transactionIdIn in varchar2,
415: transactionTypeIn in varchar2,
416: ruleIdsOut out nocopy ame_util.idList,
417: ruleDescriptionsOut out nocopy ame_util.stringList);
418: --
419: -- ----------------------------------------------------------------------------
420: -- |----------------------------< getapprovalgroupid >------------------------|
421: -- ----------------------------------------------------------------------------

Line 453: procedure getApprovalGroupId(groupNameIn ame_util.stringType,

449: */
450: --
451: -- {End Of Comments}
452: --
453: procedure getApprovalGroupId(groupNameIn ame_util.stringType,
454: groupIdOut out nocopy number);
455: --
456: -- ----------------------------------------------------------------------------
457: -- |----------------------------< getattributevalue >-------------------------|

Line 529: * Returns a list of ame_util.insertionRecord2 records representing

525: -- ----------------------------------------------------------------------------
526: --
527: -- {Start Of Comments}
528: /*#
529: * Returns a list of ame_util.insertionRecord2 records representing
530: * the dynamic approver insertions. Returns the available insertions that
531: * are of type specified at the given position in the transaction's
532: * current approver list.
533: *

Line 558: * @param orderTypeIn Order type record defined by ame_util.orderRecord

554: * transaction within a transaction type. Its value must not contain
555: * white-space characters, and must not be the character representation of a
556: * negative integer.
557: * @param positionIn Absolute position in the current approver list.
558: * @param orderTypeIn Order type record defined by ame_util.orderRecord
559: * identifies the order type.
560: * @param availableInsertionsOut List of available insertions.
561: * @rep:displayname Get Available Insertions
562: * @rep:category BUSINESS_ENTITY AME_APPROVAL

Line 574: availableInsertionsOut out nocopy ame_util.insertionsTable2);

570: transactionTypeIn in varchar2,
571: transactionIdIn in varchar2,
572: positionIn in number,
573: orderTypeIn in varchar2 default null,
574: availableInsertionsOut out nocopy ame_util.insertionsTable2);
575: --
576: -- ----------------------------------------------------------------------------
577: -- |---------------------------< getconditiondetails >------------------------|
578: -- ----------------------------------------------------------------------------

Line 638: allowedValuesOut out nocopy ame_util.longestStringList);

634: upperLimitOut out nocopy varchar2,
635: includeLowerLimitOut out nocopy varchar2,
636: includeUpperLimitOut out nocopy varchar2,
637: currencyCodeOut out nocopy varchar2,
638: allowedValuesOut out nocopy ame_util.longestStringList);
639: --
640: -- ----------------------------------------------------------------------------
641: -- |-----------------------------< getgroupmembers1 >-------------------------|
642: -- ----------------------------------------------------------------------------

Line 690: memberDisplayNamesOut out nocopy ame_util.longStringList);

686: procedure getGroupMembers1(applicationIdIn in number default null,
687: transactionTypeIn in varchar2 default null,
688: transactionIdIn in varchar2 default null,
689: groupIdIn in number,
690: memberDisplayNamesOut out nocopy ame_util.longStringList);
691: --
692: -- ----------------------------------------------------------------------------
693: -- |-----------------------------< getgroupmembers2 >-------------------------|
694: -- ----------------------------------------------------------------------------

Line 741: memberNamesOut out nocopy ame_util.longStringList,

737: procedure getGroupMembers2(applicationIdIn in number default null,
738: transactionTypeIn in varchar2 default null,
739: transactionIdIn in varchar2 default null,
740: groupIdIn in number,
741: memberNamesOut out nocopy ame_util.longStringList,
742: memberDisplayNamesOut out nocopy ame_util.longStringList);
743: --
744: -- ----------------------------------------------------------------------------
745: -- |-----------------------------< getgroupmembers3 >-------------------------|

Line 742: memberDisplayNamesOut out nocopy ame_util.longStringList);

738: transactionTypeIn in varchar2 default null,
739: transactionIdIn in varchar2 default null,
740: groupIdIn in number,
741: memberNamesOut out nocopy ame_util.longStringList,
742: memberDisplayNamesOut out nocopy ame_util.longStringList);
743: --
744: -- ----------------------------------------------------------------------------
745: -- |-----------------------------< getgroupmembers3 >-------------------------|
746: -- ----------------------------------------------------------------------------

Line 795: memberNamesOut out nocopy ame_util.longStringList,

791: procedure getGroupMembers3(applicationIdIn in number default null,
792: transactionTypeIn in varchar2 default null,
793: transactionIdIn in varchar2 default null,
794: groupIdIn in number,
795: memberNamesOut out nocopy ame_util.longStringList,
796: memberOrderNumbersOut out nocopy ame_util.idList,
797: memberDisplayNamesOut out nocopy ame_util.longStringList);
798: --
799: -- ----------------------------------------------------------------------------

Line 796: memberOrderNumbersOut out nocopy ame_util.idList,

792: transactionTypeIn in varchar2 default null,
793: transactionIdIn in varchar2 default null,
794: groupIdIn in number,
795: memberNamesOut out nocopy ame_util.longStringList,
796: memberOrderNumbersOut out nocopy ame_util.idList,
797: memberDisplayNamesOut out nocopy ame_util.longStringList);
798: --
799: -- ----------------------------------------------------------------------------
800: -- |-----------------------------< getgroupmembers4 >-------------------------|

Line 797: memberDisplayNamesOut out nocopy ame_util.longStringList);

793: transactionIdIn in varchar2 default null,
794: groupIdIn in number,
795: memberNamesOut out nocopy ame_util.longStringList,
796: memberOrderNumbersOut out nocopy ame_util.idList,
797: memberDisplayNamesOut out nocopy ame_util.longStringList);
798: --
799: -- ----------------------------------------------------------------------------
800: -- |-----------------------------< getgroupmembers4 >-------------------------|
801: -- ----------------------------------------------------------------------------

Line 854: memberNamesOut out nocopy ame_util.longStringList,

850: procedure getGroupMembers4(applicationIdIn in number default null,
851: transactionTypeIn in varchar2 default null,
852: transactionIdIn in varchar2 default null,
853: groupIdIn in number,
854: memberNamesOut out nocopy ame_util.longStringList,
855: memberOrderNumbersOut out nocopy ame_util.idList,
856: memberDisplayNamesOut out nocopy ame_util.longStringList,
857: memberOrigSystemIdsOut out nocopy ame_util.idList,
858: memberOrigSystemsOut out nocopy ame_util.stringList);

Line 855: memberOrderNumbersOut out nocopy ame_util.idList,

851: transactionTypeIn in varchar2 default null,
852: transactionIdIn in varchar2 default null,
853: groupIdIn in number,
854: memberNamesOut out nocopy ame_util.longStringList,
855: memberOrderNumbersOut out nocopy ame_util.idList,
856: memberDisplayNamesOut out nocopy ame_util.longStringList,
857: memberOrigSystemIdsOut out nocopy ame_util.idList,
858: memberOrigSystemsOut out nocopy ame_util.stringList);
859: --

Line 856: memberDisplayNamesOut out nocopy ame_util.longStringList,

852: transactionIdIn in varchar2 default null,
853: groupIdIn in number,
854: memberNamesOut out nocopy ame_util.longStringList,
855: memberOrderNumbersOut out nocopy ame_util.idList,
856: memberDisplayNamesOut out nocopy ame_util.longStringList,
857: memberOrigSystemIdsOut out nocopy ame_util.idList,
858: memberOrigSystemsOut out nocopy ame_util.stringList);
859: --
860: -- ----------------------------------------------------------------------------

Line 857: memberOrigSystemIdsOut out nocopy ame_util.idList,

853: groupIdIn in number,
854: memberNamesOut out nocopy ame_util.longStringList,
855: memberOrderNumbersOut out nocopy ame_util.idList,
856: memberDisplayNamesOut out nocopy ame_util.longStringList,
857: memberOrigSystemIdsOut out nocopy ame_util.idList,
858: memberOrigSystemsOut out nocopy ame_util.stringList);
859: --
860: -- ----------------------------------------------------------------------------
861: -- |------------------------------< getitemclasses >--------------------------|

Line 858: memberOrigSystemsOut out nocopy ame_util.stringList);

854: memberNamesOut out nocopy ame_util.longStringList,
855: memberOrderNumbersOut out nocopy ame_util.idList,
856: memberDisplayNamesOut out nocopy ame_util.longStringList,
857: memberOrigSystemIdsOut out nocopy ame_util.idList,
858: memberOrigSystemsOut out nocopy ame_util.stringList);
859: --
860: -- ----------------------------------------------------------------------------
861: -- |------------------------------< getitemclasses >--------------------------|
862: -- ----------------------------------------------------------------------------

Line 902: itemClassIdsOut out nocopy ame_util.idList,

898: -- {End Of Comments}
899: --
900: procedure getItemClasses( applicationIdIn in number,
901: transactionTypeIn in varchar2,
902: itemClassIdsOut out nocopy ame_util.idList,
903: itemClassNamesOut out nocopy ame_util.stringList);
904: --
905: -- ----------------------------------------------------------------------------
906: -- |------------------------------< getitemclassid >--------------------------|

Line 903: itemClassNamesOut out nocopy ame_util.stringList);

899: --
900: procedure getItemClasses( applicationIdIn in number,
901: transactionTypeIn in varchar2,
902: itemClassIdsOut out nocopy ame_util.idList,
903: itemClassNamesOut out nocopy ame_util.stringList);
904: --
905: -- ----------------------------------------------------------------------------
906: -- |------------------------------< getitemclassid >--------------------------|
907: -- ----------------------------------------------------------------------------

Line 1017: * @param oldapproversout This is an ame_util.approverTable2 that will keep the

1013: * @param transactionidin This is a string up to 50 bytes long. It identifies a
1014: * transaction within a transaction type. Its value must not contain
1015: * white-space characters and must not be the character representation of a
1016: * negative integer.
1017: * @param oldapproversout This is an ame_util.approverTable2 that will keep the
1018: * generated old approvers list.
1019: * @rep:displayname Get Old Approvers
1020: * @rep:category BUSINESS_ENTITY AME_APPROVAL
1021: * @rep:lifecycle active

Line 1030: oldApproversOut out nocopy ame_util.approversTable2);

1026: --
1027: procedure getOldApprovers( applicationIdIn in number,
1028: transactionTypeIn in varchar2,
1029: transactionIdIn in varchar2,
1030: oldApproversOut out nocopy ame_util.approversTable2);
1031: --
1032: -- ----------------------------------------------------------------------------
1033: -- |-----------------------------< getruledetails1 >--------------------------|
1034: -- ----------------------------------------------------------------------------

Line 1085: conditionIdsOut out nocopy ame_util.idList,

1081: --
1082: procedure getRuleDetails1( ruleIdIn in number,
1083: ruleTypeOut out nocopy varchar2,
1084: ruleDescriptionOut out nocopy varchar2,
1085: conditionIdsOut out nocopy ame_util.idList,
1086: actionTypeNamesOut out nocopy ame_util.stringList,
1087: actionTypeDescriptionsOut out nocopy ame_util.stringList,
1088: actionDescriptionsOut out nocopy ame_util.stringList);
1089: --

Line 1086: actionTypeNamesOut out nocopy ame_util.stringList,

1082: procedure getRuleDetails1( ruleIdIn in number,
1083: ruleTypeOut out nocopy varchar2,
1084: ruleDescriptionOut out nocopy varchar2,
1085: conditionIdsOut out nocopy ame_util.idList,
1086: actionTypeNamesOut out nocopy ame_util.stringList,
1087: actionTypeDescriptionsOut out nocopy ame_util.stringList,
1088: actionDescriptionsOut out nocopy ame_util.stringList);
1089: --
1090: -- ----------------------------------------------------------------------------

Line 1087: actionTypeDescriptionsOut out nocopy ame_util.stringList,

1083: ruleTypeOut out nocopy varchar2,
1084: ruleDescriptionOut out nocopy varchar2,
1085: conditionIdsOut out nocopy ame_util.idList,
1086: actionTypeNamesOut out nocopy ame_util.stringList,
1087: actionTypeDescriptionsOut out nocopy ame_util.stringList,
1088: actionDescriptionsOut out nocopy ame_util.stringList);
1089: --
1090: -- ----------------------------------------------------------------------------
1091: -- |-----------------------------< getruledetails2 >--------------------------|

Line 1088: actionDescriptionsOut out nocopy ame_util.stringList);

1084: ruleDescriptionOut out nocopy varchar2,
1085: conditionIdsOut out nocopy ame_util.idList,
1086: actionTypeNamesOut out nocopy ame_util.stringList,
1087: actionTypeDescriptionsOut out nocopy ame_util.stringList,
1088: actionDescriptionsOut out nocopy ame_util.stringList);
1089: --
1090: -- ----------------------------------------------------------------------------
1091: -- |-----------------------------< getruledetails2 >--------------------------|
1092: -- ----------------------------------------------------------------------------

Line 1141: conditionDescriptionsOut out nocopy ame_util.longestStringList,

1137: --
1138: procedure getRuleDetails2( ruleIdIn in number,
1139: ruleTypeOut out nocopy varchar2,
1140: ruleDescriptionOut out nocopy varchar2,
1141: conditionDescriptionsOut out nocopy ame_util.longestStringList,
1142: actionTypeNamesOut out nocopy ame_util.stringList,
1143: actionTypeDescriptionsOut out nocopy ame_util.stringList,
1144: actionDescriptionsOut out nocopy ame_util.stringList);
1145: --

Line 1142: actionTypeNamesOut out nocopy ame_util.stringList,

1138: procedure getRuleDetails2( ruleIdIn in number,
1139: ruleTypeOut out nocopy varchar2,
1140: ruleDescriptionOut out nocopy varchar2,
1141: conditionDescriptionsOut out nocopy ame_util.longestStringList,
1142: actionTypeNamesOut out nocopy ame_util.stringList,
1143: actionTypeDescriptionsOut out nocopy ame_util.stringList,
1144: actionDescriptionsOut out nocopy ame_util.stringList);
1145: --
1146: -- ----------------------------------------------------------------------------

Line 1143: actionTypeDescriptionsOut out nocopy ame_util.stringList,

1139: ruleTypeOut out nocopy varchar2,
1140: ruleDescriptionOut out nocopy varchar2,
1141: conditionDescriptionsOut out nocopy ame_util.longestStringList,
1142: actionTypeNamesOut out nocopy ame_util.stringList,
1143: actionTypeDescriptionsOut out nocopy ame_util.stringList,
1144: actionDescriptionsOut out nocopy ame_util.stringList);
1145: --
1146: -- ----------------------------------------------------------------------------
1147: -- |-----------------------------< getruledetails3 >--------------------------|

Line 1144: actionDescriptionsOut out nocopy ame_util.stringList);

1140: ruleDescriptionOut out nocopy varchar2,
1141: conditionDescriptionsOut out nocopy ame_util.longestStringList,
1142: actionTypeNamesOut out nocopy ame_util.stringList,
1143: actionTypeDescriptionsOut out nocopy ame_util.stringList,
1144: actionDescriptionsOut out nocopy ame_util.stringList);
1145: --
1146: -- ----------------------------------------------------------------------------
1147: -- |-----------------------------< getruledetails3 >--------------------------|
1148: -- ----------------------------------------------------------------------------

Line 1200: conditionIdsOut out nocopy ame_util.idList,

1196: --
1197: procedure getRuleDetails3( ruleIdIn in number,
1198: ruleTypeOut out nocopy varchar2,
1199: ruleDescriptionOut out nocopy varchar2,
1200: conditionIdsOut out nocopy ame_util.idList,
1201: conditionDescriptionsOut out nocopy ame_util.longestStringList,
1202: conditionHasLOVsOut out nocopy ame_util.charList,
1203: actionTypeNamesOut out nocopy ame_util.stringList,
1204: actionTypeDescriptionsOut out nocopy ame_util.stringList,

Line 1201: conditionDescriptionsOut out nocopy ame_util.longestStringList,

1197: procedure getRuleDetails3( ruleIdIn in number,
1198: ruleTypeOut out nocopy varchar2,
1199: ruleDescriptionOut out nocopy varchar2,
1200: conditionIdsOut out nocopy ame_util.idList,
1201: conditionDescriptionsOut out nocopy ame_util.longestStringList,
1202: conditionHasLOVsOut out nocopy ame_util.charList,
1203: actionTypeNamesOut out nocopy ame_util.stringList,
1204: actionTypeDescriptionsOut out nocopy ame_util.stringList,
1205: actionDescriptionsOut out nocopy ame_util.stringList);

Line 1202: conditionHasLOVsOut out nocopy ame_util.charList,

1198: ruleTypeOut out nocopy varchar2,
1199: ruleDescriptionOut out nocopy varchar2,
1200: conditionIdsOut out nocopy ame_util.idList,
1201: conditionDescriptionsOut out nocopy ame_util.longestStringList,
1202: conditionHasLOVsOut out nocopy ame_util.charList,
1203: actionTypeNamesOut out nocopy ame_util.stringList,
1204: actionTypeDescriptionsOut out nocopy ame_util.stringList,
1205: actionDescriptionsOut out nocopy ame_util.stringList);
1206: --

Line 1203: actionTypeNamesOut out nocopy ame_util.stringList,

1199: ruleDescriptionOut out nocopy varchar2,
1200: conditionIdsOut out nocopy ame_util.idList,
1201: conditionDescriptionsOut out nocopy ame_util.longestStringList,
1202: conditionHasLOVsOut out nocopy ame_util.charList,
1203: actionTypeNamesOut out nocopy ame_util.stringList,
1204: actionTypeDescriptionsOut out nocopy ame_util.stringList,
1205: actionDescriptionsOut out nocopy ame_util.stringList);
1206: --
1207: -- ----------------------------------------------------------------------------

Line 1204: actionTypeDescriptionsOut out nocopy ame_util.stringList,

1200: conditionIdsOut out nocopy ame_util.idList,
1201: conditionDescriptionsOut out nocopy ame_util.longestStringList,
1202: conditionHasLOVsOut out nocopy ame_util.charList,
1203: actionTypeNamesOut out nocopy ame_util.stringList,
1204: actionTypeDescriptionsOut out nocopy ame_util.stringList,
1205: actionDescriptionsOut out nocopy ame_util.stringList);
1206: --
1207: -- ----------------------------------------------------------------------------
1208: -- |------------------------------< insertapprover >--------------------------|

Line 1205: actionDescriptionsOut out nocopy ame_util.stringList);

1201: conditionDescriptionsOut out nocopy ame_util.longestStringList,
1202: conditionHasLOVsOut out nocopy ame_util.charList,
1203: actionTypeNamesOut out nocopy ame_util.stringList,
1204: actionTypeDescriptionsOut out nocopy ame_util.stringList,
1205: actionDescriptionsOut out nocopy ame_util.stringList);
1206: --
1207: -- ----------------------------------------------------------------------------
1208: -- |------------------------------< insertapprover >--------------------------|
1209: -- ----------------------------------------------------------------------------

Line 1243: * @param approverIn This is the approverRecord defined by ame_util.approverRecord2

1239: * @param transactionidin This is a string up to 50 bytes long. It identifies a
1240: * transaction within a transaction type. Its value must not contain
1241: * white-space characters, and must not be the character representation of a
1242: * negative integer.
1243: * @param approverIn This is the approverRecord defined by ame_util.approverRecord2
1244: * that identifies the approver.
1245: * @param positionIn The position in approver list where the approver insertion will be done.
1246: * @param insertionIn Insertion record.
1247: * @rep:displayname Insert Approver

Line 1258: approverIn in ame_util.approverRecord2,

1254: --
1255: procedure insertApprover( applicationIdIn in number,
1256: transactionTypeIn in varchar2,
1257: transactionIdIn in varchar2,
1258: approverIn in ame_util.approverRecord2,
1259: positionIn in number,
1260: insertionIn in ame_util.insertionRecord2);
1261: --
1262: -- ----------------------------------------------------------------------------

Line 1260: insertionIn in ame_util.insertionRecord2);

1256: transactionTypeIn in varchar2,
1257: transactionIdIn in varchar2,
1258: approverIn in ame_util.approverRecord2,
1259: positionIn in number,
1260: insertionIn in ame_util.insertionRecord2);
1261: --
1262: -- ----------------------------------------------------------------------------
1263: -- |---------------------------< parseapproversource >------------------------|
1264: -- ----------------------------------------------------------------------------

Line 1268: * This api parses the source field of a ame_util.approverRecord of

1264: -- ----------------------------------------------------------------------------
1265: --
1266: -- {Start Of Comments}
1267: /*#
1268: * This api parses the source field of a ame_util.approverRecord of
1269: * an approver and returns the description of the source
1270: * and the list of rule ids that generated this approver.
1271: *
1272: *

Licensing

Line 1287: * ame_util.approverRecord of an approver.

1283: *

Post Failure
1284: * The API will raise an error.
1285: *
1286: * @param approversourcein This is the value of the source field of
1287: * ame_util.approverRecord of an approver.
1288: * @param sourcedescriptionout Description of the source.
1289: * @param ruleidlistout This is the list of rule IDs that generated this approver.
1290: * @rep:displayname Parse Approver Source
1291: * @rep:category BUSINESS_ENTITY AME_APPROVAL

Line 1301: ruleIdListOut out nocopy ame_util.idList);

1297: -- {End Of Comments}
1298: --
1299: procedure parseApproverSource(approverSourceIn in varchar2,
1300: sourceDescriptionOut out nocopy varchar2,
1301: ruleIdListOut out nocopy ame_util.idList);
1302: --
1303: -- ----------------------------------------------------------------------------
1304: -- |------------------------------< suppressApprover >------------------------|
1305: -- ----------------------------------------------------------------------------

Line 1336: * @param approverIn This is the approverRecord defined by ame_util.approverRecord2

1332: * @param transactionidin This is a string up to 50 bytes long. It identifies a
1333: * transaction within a transaction type. Its value must not contain
1334: * white-space characters, and must not be the character representation of a
1335: * negative integer.
1336: * @param approverIn This is the approverRecord defined by ame_util.approverRecord2
1337: * that identifies the approver.
1338: * @rep:displayname Suppress Approver
1339: * @rep:category BUSINESS_ENTITY AME_APPROVAL
1340: * @rep:lifecycle active

Line 1349: approverIn in ame_util.approverRecord2);

1345: --
1346: procedure suppressApprover(applicationIdIn in number,
1347: transactionTypeIn in varchar2,
1348: transactionIdIn in varchar2,
1349: approverIn in ame_util.approverRecord2);
1350: --
1351: -- ----------------------------------------------------------------------------
1352: -- |------------------------------< suppressApprovers >-----------------------|
1353: -- ----------------------------------------------------------------------------

Line 1384: * @param approversIn Approvers list defined by ame_util.approversTable2

1380: * @param transactionidin This is a string up to 50 bytes long. It identifies a
1381: * transaction within a transaction type. Its value must not contain
1382: * white-space characters, and must not be the character representation of a
1383: * negative integer.
1384: * @param approversIn Approvers list defined by ame_util.approversTable2
1385: * identifies the list of approvers.
1386: * @rep:displayname Suppress Approvers
1387: * @rep:category BUSINESS_ENTITY AME_APPROVAL
1388: * @rep:lifecycle active

Line 1397: approversIn in ame_util.approversTable2);

1393: --
1394: procedure suppressApprovers(applicationIdIn in integer,
1395: transactionTypeIn in varchar2,
1396: transactionIdIn in varchar2,
1397: approversIn in ame_util.approversTable2);
1398: end ame_api3;