DBA Data[Home] [Help]

APPS.AME_TEST_UTILITY_PKG dependencies on AME_APPROVER_TYPE_PKG

Line 14: approverName := AME_APPROVER_TYPE_PKG.getWfRolesName

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
15: (origSystemIn => approverTypeId
16: ,origSystemIdIn => attributeValueIn
17: ,raiseNoDataFoundIn => 'true');
18: end if;