DBA Data[Home] [Help]

APPS.AME_UTIL dependencies on OWA_UTIL

Line 265: emptyOwaUtilIdentArr owa_util.ident_arr;

261: emptyInsertionsTable2 insertionsTable2;
262: emptyParametersTable parametersTable;
263: emptyOrderRecord orderRecord;
264: emptyOrdersTable ordersTable;
265: emptyOwaUtilIdentArr owa_util.ident_arr;
266: emptyCharList charList;
267: emptyAttributeValueList attributeValueList;
268: emptyStringList stringList;
269: emptyLongStringList longStringList;

Line 917: procedure identArrToIdList(identArrIn in owa_util.ident_arr,

913: procedure getWorkflowAttributeValues(applicationIdIn in integer,
914: transactionIdIn in varchar2,
915: workflowItemKeyOut out nocopy varchar2,
916: workflowItemTypeOut out nocopy varchar2);
917: procedure identArrToIdList(identArrIn in owa_util.ident_arr,
918: startIndexIn in integer default 2,
919: idListOut out nocopy idList);
920: procedure identArrToLongestStringList(identArrIn in owa_util.ident_arr,
921: startIndexIn in integer default 2,

Line 920: procedure identArrToLongestStringList(identArrIn in owa_util.ident_arr,

916: workflowItemTypeOut out nocopy varchar2);
917: procedure identArrToIdList(identArrIn in owa_util.ident_arr,
918: startIndexIn in integer default 2,
919: idListOut out nocopy idList);
920: procedure identArrToLongestStringList(identArrIn in owa_util.ident_arr,
921: startIndexIn in integer default 2,
922: longestStringListOut out nocopy longestStringList);
923: procedure identArrToStringList(identArrIn in owa_util.ident_arr,
924: startIndexIn in integer default 2,

Line 923: procedure identArrToStringList(identArrIn in owa_util.ident_arr,

919: idListOut out nocopy idList);
920: procedure identArrToLongestStringList(identArrIn in owa_util.ident_arr,
921: startIndexIn in integer default 2,
922: longestStringListOut out nocopy longestStringList);
923: procedure identArrToStringList(identArrIn in owa_util.ident_arr,
924: startIndexIn in integer default 2,
925: stringListOut out nocopy stringList);
926: procedure idListToStringList(idListIn in idList,
927: stringListOut out nocopy stringList);