DBA Data[Home] [Help]

APPS.BIS_CONCURRENT_MANAGER_PVT dependencies on FND_CONCURRENT_REQUESTS

Line 121: TYPE Fnd_Concurrent_Requests_Tbl IS TABLE OF Fnd_Concurrent_Requests%ROWTYPE

117:
118: TYPE PMF_Request_Tbl_Type IS TABLE OF
119: PMF_Request_Rec_Type INDEX BY BINARY_INTEGER;
120:
121: TYPE Fnd_Concurrent_Requests_Tbl IS TABLE OF Fnd_Concurrent_Requests%ROWTYPE
122: INDEX BY BINARY_INTEGER;
123:
124: --
125: -- FUNCTIONS

Line 168: , x_Concurrent_Request_tbl OUT NOCOPY Fnd_Concurrent_Requests_Tbl

164: -- Retrieves the concurrent requests for this parameter set
165: --
166: PROCEDURE Get_All_Requests
167: ( p_Param_Set_rec IN BIS_PMF_ALERT_REG_PUB.parameter_set_rec_type
168: , x_Concurrent_Request_tbl OUT NOCOPY Fnd_Concurrent_Requests_Tbl
169: , x_return_status OUT NOCOPY VARCHAR2
170: );
171:
172: --