DBA Data[Home] [Help]

APPS.GMS_PO_API2_GRP dependencies on STANDARD

Line 16: -- Standard Parameters : Standard parameters descriptions

12:
13:
14: -- start of comments
15: -- --------------------
16: -- Standard Parameters : Standard parameters descriptions
17: -- p_api_version : This parameter is used by the api to compare the version
18: -- numbers of incoming calls to its current version number.
19: -- return an unexpected error if they are incompatible.
20: -- p_init_msg_list : This allows api called to request that the API does

Line 54: -- Function : This API is for validating standard API compatibility

50: -- -----------------
51: -- API Name : common_code
52: -- Type : This is a private package program unit.
53: -- Pre Reqs : None
54: -- Function : This API is for validating standard API compatibility
55: -- checks.
56: -- Calling API : Local program units.
57: -- Parameters :
58: -- : Standard parameters

Line 58: -- : Standard parameters

54: -- Function : This API is for validating standard API compatibility
55: -- checks.
56: -- Calling API : Local program units.
57: -- Parameters :
58: -- : Standard parameters
59: -- p_api_version, p_commit, p_init_msg_list,
60: -- p_validation_level, x_msg_count, x_msg_data,
61: -- x_return_status
62: -- IN

Line 318: -- : Standard parameters

314: -- Calling API : po_interface_s.create_distributions
315: -- Calling API : PO_RELGEN_PKG.create_release_distribution
316: -- Calling API : PO_COPYDOC_S1.insert_distribution
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 357: -- API standards requires a standard code to validate

353: l_return_status varchar2(1) := fnd_api.G_RET_STS_SUCCESS;
354: l_api_name varchar2(45) := 'create_adls' ;
355: begin
356:
357: -- API standards requires a standard code to validate
358: -- api versions and init message list etc.
359: -- Common code must be added to all the program unit.
360: --
361: common_code ( p_api_version ,

Line 415: -- : Standard parameters

411: -- one that grants do not want to purge.
412:
413: -- Calling API : ???????????
414: -- Parameters :
415: -- : Standard parameters
416: -- p_api_version, p_commit, p_init_msg_list,
417: -- p_validation_level, x_msg_count, x_msg_data,
418: -- x_return_status
419: --IN OUT:

Line 454: -- API standards requires a standard code to validate

450: l_api_name varchar2(45) := 'validate_po_purge' ;
451: begin
452:
453: -- Standrad call to check API compatibility.
454: -- API standards requires a standard code to validate
455: -- api versions and init message list etc.
456: -- Common code must be added to all the program unit.
457: --
458: common_code ( p_api_version ,

Line 535: -- API standards requires a standard code to validate

531: l_api_name varchar2(45) := 'po_purge' ;
532: begin
533:
534: -- Standrad call to check API compatibility.
535: -- API standards requires a standard code to validate
536: -- api versions and init message list etc.
537: -- Common code must be added to all the program unit.
538: --
539: common_code ( p_api_version ,

Line 581: -- : Standard parameters

577: -- populate reference column in gl bc packet with award number.
578: -- Logic : get the award number from the adl and gms_awards_all..
579: -- Calling API : PO funds check code PL/SQL Version.
580: -- Parameters :
581: -- : Standard parameters
582: -- p_api_version, p_commit, p_init_msg_list,
583: -- p_validation_level, x_msg_count, x_msg_data,
584: -- x_return_status
585: -- IN

Line 613: -- API standards requires a standard code to validate

609: l_count NUMBER ;
610: begin
611:
612: -- Standrad call to check API compatibility.
613: -- API standards requires a standard code to validate
614: -- api versions and init message list etc.
615: -- Common code must be added to all the program unit.
616: --
617: common_code ( p_api_version ,