DBA Data[Home] [Help]

APPS.AME_TEST_UTILITY_PKG dependencies on AME_ATTRIBUTE_PKG

Line 10: approverTypeId := ame_attribute_pkg.getApproverTypeId

6: return varchar2 as
7: approverTypeId number;
8: approverName wf_roles.display_name%type;
9: begin
10: approverTypeId := ame_attribute_pkg.getApproverTypeId
11: (attributeIdIn => attributeIdIn);
12: if(approverTypeId is not null and attributeValueIn is not null)
13: then
14: approverName := AME_APPROVER_TYPE_PKG.getWfRolesName

Line 716: ame_attribute_pkg.getMandatoryAttributes2(applicationIdIn => applicationIdIn

712: and transaction_id = transactionIdIn;
713: --+
714: --+ mandatory attributes
715: --+
716: ame_attribute_pkg.getMandatoryAttributes2(applicationIdIn => applicationIdIn
717: ,attributeIdOut => attributeIds
718: ,attributeNameOut => attributeNames
719: ,attributeTypeOut => attributeTypes);
720: upperLimit := attributeIds.count;