DBA Data[Home] [Help]

APPS.OZF_APPROVAL_PVT dependencies on AME_API2

Line 2262: -- This procedure calls ame_api2.getAllApprovers7 to get

2258: -- Get_All_Approvers
2259: --
2260: -- PURPOSE
2261: -- This procedure has been created for Ship & Debit Request.
2262: -- This procedure calls ame_api2.getAllApprovers7 to get
2263: -- Approver list from AME Setup.
2264: --
2265: -- PARAMETERS
2266: --

Line 2310: ame_api2.getAllApprovers7

2306: FND_MSG_PUB.initialize;
2307: END IF;
2308: -- Initialize API return status to sucess
2309: x_return_status := FND_API.G_RET_STS_SUCCESS;
2310: ame_api2.getAllApprovers7
2311: (applicationIdIn => l_application_id
2312: ,transactionTypeIn => p_transaction_type_key
2313: ,transactionIdIn => p_transaction_id
2314: ,approvalProcessCompleteYNOut => x_approval_flag