DBA Data[Home] [Help]

APPS.GMS_PO_API_GRP dependencies on STANDARD

Line 6: -- Standard Parameters : Standard parameters descriptions

2: --$Header: gmsgpoxs.pls 120.1 2005/08/30 17:44:26 aaggarwa noship $
3:
4: -- start of comments
5: -- --------------------
6: -- Standard Parameters : Standard parameters descriptions
7: -- p_api_version : This parameter is used by the api to compare the version
8: -- numbers of incoming calls to its current version number.
9: -- return an unexpected error if they are incompatible.
10: -- p_init_msg_list : This allows api called to request that the API does

Line 48: -- : Standard parameters

44: -- Function : This API is for creating Award Distribution Lines for new Purchase
45: -- Order Distributions created through Copy Document feature in PO.
46: -- Logic : Copy award distribution line from the award set id passed.
47: -- Parameters :
48: -- : Standard parameters
49: -- p_api_version, p_commit, p_init_msg_list,
50: -- p_validation_level, x_msg_count, x_msg_data,
51: -- x_return_status
52: -- IN

Line 92: -- : Standard parameters

88: -- Logic : Copy award distribution line from the award set id passed using
89: -- bulk processing.
90: -- Calling API : po_interface_s.create_distributions
91: -- Parameters :
92: -- : Standard parameters
93: -- p_api_version, p_commit, p_init_msg_list,
94: -- p_validation_level, x_msg_count, x_msg_data,
95: -- x_return_status
96: -- IN OUT

Line 133: -- : Standard parameters

129: -- Logic : Copy award distribution line from the award set id passed using
130: -- bulk processing.
131: -- Calling API : PO_RELGEN_PKG.create_release_distribution
132: -- Parameters :
133: -- : Standard parameters
134: -- p_api_version, p_commit, p_init_msg_list,
135: -- p_validation_level, x_msg_count, x_msg_data,
136: -- x_return_status
137: -- IN OUT

Line 205: -- : Standard parameters

201: -- passed.
202: -- Logic : select the award id from gms_awards_all
203: -- Calling API : PO_PDOI_DISTRIBUTIONS_SV1 and PO_VENDORS_SV1
204: -- Parameters :
205: -- : Standard parameters
206: -- p_api_version, p_commit, p_init_msg_list,
207: -- p_validation_level, x_msg_count, x_msg_data,
208: -- x_return_status
209: -- IN OUT

Line 232: -- Function : Validate award ,project task related standard validations

228: -- -----------------
229: -- API Name : validate_transaction
230: -- Type : This is a Public package program unit.
231: -- Pre Reqs : None
232: -- Function : Validate award ,project task related standard validations
233: -- Validations are executed only if grants is enabled.
234: --
235: -- a. Execute validations if grants is implemented.
236: -- b. Make sure that award is entered for a sponsored project.

Line 238: -- d. Standard grants validations.

234: --
235: -- a. Execute validations if grants is implemented.
236: -- b. Make sure that award is entered for a sponsored project.
237: -- c. Make sure that award is not entered for a no sponsored project.
238: -- d. Standard grants validations.
239: -- Logic : call gms standard validations.
240: -- Calling API : PO_PDOI_DISTRIBUTIONS_SV1 and PO_VENDORS_SV1
241: -- Parameters :
242: -- : Standard parameters

Line 239: -- Logic : call gms standard validations.

235: -- a. Execute validations if grants is implemented.
236: -- b. Make sure that award is entered for a sponsored project.
237: -- c. Make sure that award is not entered for a no sponsored project.
238: -- d. Standard grants validations.
239: -- Logic : call gms standard validations.
240: -- Calling API : PO_PDOI_DISTRIBUTIONS_SV1 and PO_VENDORS_SV1
241: -- Parameters :
242: -- : Standard parameters
243: -- p_api_version, p_commit, p_init_msg_list,

Line 242: -- : Standard parameters

238: -- d. Standard grants validations.
239: -- Logic : call gms standard validations.
240: -- Calling API : PO_PDOI_DISTRIBUTIONS_SV1 and PO_VENDORS_SV1
241: -- Parameters :
242: -- : Standard parameters
243: -- p_api_version, p_commit, p_init_msg_list,
244: -- p_validation_level, x_msg_count, x_msg_data,
245: -- x_return_status
246: -- IN OUT

Line 282: -- : Standard parameters

278: -- return null when grants is not implemented.
279: -- Logic : get the next value of award set id sequence
280: -- Calling API : PO_PDOI_DISTRIBUTIONS_SV1 and PO_VENDORS_SV1
281: -- Parameters :
282: -- : Standard parameters
283: -- p_api_version, p_commit, p_init_msg_list,
284: -- p_validation_level, x_msg_count, x_msg_data,
285: -- x_return_status
286: -- End of comments

Line 300: -- : Standard parameters

296: -- return FALSE if grants is not enabled.
297: -- Logic : check if grants is enabled or not.
298: -- Calling API : PO_PDOI_DISTRIBUTIONS_SV1 and PO_VENDORS_SV1
299: -- Parameters :
300: -- : Standard parameters
301: -- p_api_version, p_commit, p_init_msg_list,
302: -- p_validation_level, x_msg_count, x_msg_data,
303: -- x_return_status
304: -- End of comments

Line 318: -- : Standard parameters

314: -- and po distribution id.
315: -- Logic : create award distribution line.
316: -- Calling API : PO_PDOI_DISTRIBUTIONS_SV1 and PO_VENDORS_SV1
317: -- Parameters :
318: -- : Standard parameters
319: -- p_api_version, p_commit, p_init_msg_list,
320: -- p_validation_level, x_msg_count, x_msg_data,
321: -- x_return_status
322: -- IN OUT

Line 360: -- : Standard parameters

356: -- -----------------
357: -- API Name : CREATE_PO_ADL
358: -- Function : create award distribution line for a award related PO distributions.
359: -- Parameters :
360: -- : Standard parameters
361: -- p_api_version, p_commit, p_init_msg_list,
362: -- p_validation_level, x_msg_count, x_msg_data,
363: -- x_return_status
364: -- IN

Line 394: -- : Standard parameters

390: -- -----------------
391: -- API Name : MAINTAIN_PO_ADL
392: -- Function : Update award details on ADL associated with the PO distributions.
393: -- Parameters :
394: -- : Standard parameters
395: -- p_api_version, p_commit, p_init_msg_list,
396: -- p_validation_level, x_msg_count, x_msg_data,
397: -- x_return_status
398: -- IN

Line 433: -- : Standard parameters

429: -- API Name : DELETE_PO_ADL
430: -- Function : delete the award distribution line for a given po distribution line.
431: -- ADL is deleted when PO distribution is deleted.
432: -- Parameters :
433: -- : Standard parameters
434: -- p_api_version, p_commit, p_init_msg_list,
435: -- p_validation_level, x_msg_count, x_msg_data,
436: -- x_return_status
437: -- IN