DBA Data[Home] [Help]

APPS.ASO_ORDER_FEEDBACK_GET_PVT dependencies on STANDARD

Line 21: -- Standard IN Parameters:

17: -- to get the data regarding changes (inserts/updates/deletes) to the
18: -- Order Entities communicated by the Order Management application.
19: -- Pre-reqs : None.
20: --
21: -- Standard IN Parameters:
22: -- p_api_version IN NUMBER Required
23: -- p_init_msg_list IN VARCHAR2 Optional
24: -- Default = FND_API.G_FALSE
25: -- p_commit IN VARCHAR2 Optional

Line 28: -- Standard OUT NOCOPY /* file.sql.39 change */ Parameters:

24: -- Default = FND_API.G_FALSE
25: -- p_commit IN VARCHAR2 Optional
26: -- Default = FND_API.G_FALSE
27: --
28: -- Standard OUT NOCOPY /* file.sql.39 change */ Parameters:
29: -- x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2(1)
30: -- x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
31: -- x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2(2000)
32: --