DBA Data[Home] [Help]

APPS.ASO_ORDER_FEEDBACK_UPDATE_PVT dependencies on ASO_REQUEST_TYPE

Line 1768: l_request_type SYSTEM.ASO_Request_Type;

1764: p_request_tbl_type IN OE_Order_PUB.Request_Tbl_Type,
1765: x_request_var_type OUT NOCOPY /* file.sql.39 change */ SYSTEM.ASO_Request_Var_Type
1766: )
1767: IS
1768: l_request_type SYSTEM.ASO_Request_Type;
1769: i NUMBER;
1770: j NUMBER := 1;
1771: BEGIN
1772: if p_request_tbl_type.COUNT = 0 THEN

Line 1778: l_request_type := SYSTEM.ASO_Request_Type

1774: END IF;
1775:
1776: i := p_request_tbl_type.FIRST;
1777: WHILE i IS NOT NULL LOOP
1778: l_request_type := SYSTEM.ASO_Request_Type
1779: (
1780: p_request_tbl_type(i).Entity_code
1781: , p_request_tbl_type(i).Entity_id
1782: , p_request_tbl_type(i).Entity_index