DBA Data[Home] [Help]

APPS.PO_SOURCING_GRP dependencies on STANDARD

Line 48: -- API standard IN parameter

44: -- Creates Contract Purchase Agreement from Sourcing document
45: --Parameters:
46: --IN:
47: --p_api_version
48: -- API standard IN parameter
49: --p_init_msg_list
50: -- True/False parameter to initialize message list
51: --p_commit
52: -- Standard parameter which dictates whether or not data should be commited in the api

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

48: -- API standard IN parameter
49: --p_init_msg_list
50: -- True/False parameter to initialize message list
51: --p_commit
52: -- Standard parameter which dictates whether or not data should be commited in the api
53: --p_validation_level
54: -- The p_validation_level parameter to determine which validation steps should
55: -- be executed and which steps should be skipped
56: --p_interface_header_id

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

71: -- The unique identifier for the newly created document.
72: --x_document_number
73: -- The document number that would uniquely identify a document in a given organization.
74: --x_return_status
75: -- The standard OUT parameter giving return status of the API call.
76: -- FND_API.G_RET_STS_ERROR - for expected error
77: -- FND_API.G_RET_STS_UNEXP_ERROR - for unexpected error
78: -- FND_API.G_RET_STS_SUCCESS - for success
79: --x_msg_count

Line 160: -- Standard Start of API savepoint

156: p_name => 'p_document_creation_method',
157: p_value => p_document_creation_method);
158: END IF;
159:
160: -- Standard Start of API savepoint
161: SAVEPOINT CREATE_CPA_GRP;
162:
163: -- Standard call to check for call compatibility.
164: IF NOT FND_API.compatible_api_call (

Line 163: -- Standard call to check for call compatibility.

159:
160: -- Standard Start of API savepoint
161: SAVEPOINT CREATE_CPA_GRP;
162:
163: -- Standard call to check for call compatibility.
164: IF NOT FND_API.compatible_api_call (
165: p_current_version_number => l_api_version,
166: p_caller_version_number => p_api_version,
167: p_api_name => l_api_name,

Line 298: -- API standard IN parameter

294: -- This deletes the interface header row from interface table
295: --Parameters:
296: --IN:
297: --p_api_version
298: -- API standard IN parameter
299: --p_init_msg_list
300: -- True/False parameter to initialize message list
301: --p_commit
302: -- Standard parameter which dictates whether or not data should be commited in the api

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

298: -- API standard IN parameter
299: --p_init_msg_list
300: -- True/False parameter to initialize message list
301: --p_commit
302: -- Standard parameter which dictates whether or not data should be commited in the api
303: --p_validation_level
304: -- The p_validation_level parameter to determine which validation steps should
305: -- be executed and which steps should be skipped
306: --p_interface_header_id

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

306: --p_interface_header_id
307: -- The id that will be used to uniquely identify a row in the PO_HEADERS_INTERFACE table
308: --OUT:
309: --x_return_status
310: -- The standard OUT parameter giving return status of the API call.
311: -- FND_API.G_RET_STS_UNEXP_ERROR - for unexpected error
312: -- FND_API.G_RET_STS_SUCCESS - for success
313: --x_msg_count
314: -- The count of number of messages added to the message list in this call

Line 340: -- Standard call to check for call compatibility.

336: l_progress VARCHAR2(2000) := '000';
337:
338: BEGIN
339: l_progress := 'PO_SOURCING_GRP.DELETE_INTERFACE_HEADER: 001';
340: -- Standard call to check for call compatibility.
341: IF NOT FND_API.compatible_api_call (
342: p_current_version_number => l_api_version,
343: p_caller_version_number => p_api_version,
344: p_api_name => l_api_name,