DBA Data[Home] [Help]

APPS.PO_SOURCING_GRP dependencies on STANDARD

Line 42: -- API standard IN parameter

38: -- Creates Contract Purchase Agreement from Sourcing document
39: --Parameters:
40: --IN:
41: --p_api_version
42: -- API standard IN parameter
43: --p_init_msg_list
44: -- True/False parameter to initialize message list
45: --p_commit
46: -- Standard parameter which dictates whether or not data should be commited in the api

Line 46: -- Standard parameter which dictates whether or not data should be commited in the api

42: -- API standard IN parameter
43: --p_init_msg_list
44: -- True/False parameter to initialize message list
45: --p_commit
46: -- Standard parameter which dictates whether or not data should be commited in the api
47: --p_validation_level
48: -- The p_validation_level parameter to determine which validation steps should
49: -- be executed and which steps should be skipped
50: --p_interface_header_id

Line 69: -- The standard OUT parameter giving return status of the API call.

65: -- The unique identifier for the newly created document.
66: --x_document_number
67: -- The document number that would uniquely identify a document in a given organization.
68: --x_return_status
69: -- The standard OUT parameter giving return status of the API call.
70: -- FND_API.G_RET_STS_ERROR - for expected error
71: -- FND_API.G_RET_STS_UNEXP_ERROR - for unexpected error
72: -- FND_API.G_RET_STS_SUCCESS - for success
73: --x_msg_count

Line 114: -- API standard IN parameter

110: -- This deletes the interface header row from interface table
111: --Parameters:
112: --IN:
113: --p_api_version
114: -- API standard IN parameter
115: --p_init_msg_list
116: -- True/False parameter to initialize message list
117: --p_commit
118: -- Standard parameter which dictates whether or not data should be commited in the api

Line 118: -- Standard parameter which dictates whether or not data should be commited in the api

114: -- API standard IN parameter
115: --p_init_msg_list
116: -- True/False parameter to initialize message list
117: --p_commit
118: -- Standard parameter which dictates whether or not data should be commited in the api
119: --p_validation_level
120: -- The p_validation_level parameter to determine which validation steps should
121: -- be executed and which steps should be skipped
122: --p_interface_header_id

Line 126: -- The standard OUT parameter giving return status of the API call.

122: --p_interface_header_id
123: -- The id that will be used to uniquely identify a row in the PO_HEADERS_INTERFACE table
124: --OUT:
125: --x_return_status
126: -- The standard OUT parameter giving return status of the API call.
127: -- FND_API.G_RET_STS_UNEXP_ERROR - for unexpected error
128: -- FND_API.G_RET_STS_SUCCESS - for success
129: --x_msg_count
130: -- The count of number of messages added to the message list in this call