DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on STANDARD

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

56: -- The unique identifier for the newly created document.
57: --x_document_number
58: -- The document number that would uniquely identify a document in a given organization.
59: --x_return_status
60: -- The standard OUT parameter giving return status of the API call.
61: -- FND_API.G_RET_STS_ERROR - for expected error
62: -- FND_API.G_RET_STS_UNEXP_ERROR - for unexpected error
63: -- FND_API.G_RET_STS_SUCCESS - for success
64: --Notes:

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

97: --p_interface_header_id
98: -- The id that will be used to uniquely identify a row in the PO_HEADERS_INTERFACE table
99: --OUT:
100: --x_return_status
101: -- The standard OUT parameter giving return status of the API call.
102: -- FND_API.G_RET_STS_UNEXP_ERROR - for unexpected error
103: -- FND_API.G_RET_STS_SUCCESS - for success
104: --Notes:
105: -- None