DBA Data[Home] [Help]

APPS.ITG_SYNCPOINBOUND_PVT dependencies on STANDARD

Line 9: * Standard Business Object Input Arguments:

5:
6: /* Update a po line.
7: * Current API version: 1.0
8: *
9: * Standard Business Object Input Arguments:
10: * p_api_version => 1.0 Requires current API Version #.
11: * p_init_msg_list => FND_API bool controlling init of
12: * the message list within this proc.
13: * p_commit => FND_API bool controlling commit

Line 19: * Standard Business Object Output Arguments:

15: * p_validation_level => A FND_API validation level indicating
16: * the amount of optional validaton on
17: * the input values should be performed.
18: *
19: * Standard Business Object Output Arguments:
20: * x_return_status VARCHAR2(1) A FND_API return status char.
21: * x_msg_count NUMBER The number of error/trace messages.
22: * x_msg_data VARCHAR2(2000) The message text if x_msg_count = 1,
23: * otherwise use functions in FND_MSG_PUB