DBA Data[Home] [Help]

APPS.GMS_BUDGET_PUB dependencies on STANDARD

Line 90: * @param p_api_version_number API standard: version number

86: x_err_stage IN OUT NOCOPY VARCHAR2,
87: x_err_stack IN OUT NOCOPY VARCHAR2);
88: /*#
89: * This procedure creates a draft budget version for an award and project.
90: * @param p_api_version_number API standard: version number
91: * @rep:paraminfo {@rep:required}
92: * @param x_err_code The reference code which identifies the SQL error code returned by the API
93: * @rep:paraminfo {@rep:required}
94: * @param x_err_stage The reference code which identifies the stage where error has occurred

Line 98: * @param p_commit API standard (default = F): indicates if the transaction will be committed

94: * @param x_err_stage The reference code which identifies the stage where error has occurred
95: * @rep:paraminfo {@rep:required}
96: * @param x_err_stack The reference code which identifies the error message returned by the API
97: * @rep:paraminfo {@rep:required}
98: * @param p_commit API standard (default = F): indicates if the transaction will be committed
99: * @rep:paraminfo {@rep:required}
100: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
101: * @rep:paraminfo {@rep:required}
102: * @param p_pm_product_code Identifier of the external systems from which the project was imported

Line 100: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

96: * @param x_err_stack The reference code which identifies the error message returned by the API
97: * @rep:paraminfo {@rep:required}
98: * @param p_commit API standard (default = F): indicates if the transaction will be committed
99: * @rep:paraminfo {@rep:required}
100: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
101: * @rep:paraminfo {@rep:required}
102: * @param p_pm_product_code Identifier of the external systems from which the project was imported
103: * @rep:paraminfo {@rep:required}
104: * @param p_pm_budget_reference Identifier of the external systems from which the project was imported

Line 254: * @param p_api_version_number API standard: version number

250: ,p_mark_as_original IN VARCHAR2 := GMS_BUDGET_PUB.G_PA_MISS_CHAR
251: );
252: /*#
253: * This procedure sets a draft budget as the baseline budget.
254: * @param p_api_version_number API standard: version number
255: * @rep:paraminfo {@rep:required}
256: * @param x_err_code The reference code which identifies the SQL error code returned by the API
257: * @rep:paraminfo {@rep:required}
258: * @param x_err_stage The reference code which identifies the stage where error has occurred

Line 262: * @param p_commit API standard (default = F): indicates if the transaction will be committed

258: * @param x_err_stage The reference code which identifies the stage where error has occurred
259: * @rep:paraminfo {@rep:required}
260: * @param x_err_stack The reference code which identifies the error message returned by the API
261: * @rep:paraminfo {@rep:required}
262: * @param p_commit API standard (default = F): indicates if the transaction will be committed
263: * @rep:paraminfo {@rep:required}
264: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
265: * @rep:paraminfo {@rep:required}
266: * @param p_pm_product_code Identifier of the external systems from which the project was imported

Line 264: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

260: * @param x_err_stack The reference code which identifies the error message returned by the API
261: * @rep:paraminfo {@rep:required}
262: * @param p_commit API standard (default = F): indicates if the transaction will be committed
263: * @rep:paraminfo {@rep:required}
264: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
265: * @rep:paraminfo {@rep:required}
266: * @param p_pm_product_code Identifier of the external systems from which the project was imported
267: * @rep:paraminfo {@rep:required}
268: * @param p_workflow_started Indicates whether workflow has been started to baseline the budget; Y

Line 306: * @param p_api_version_number API standard: version number

302: ,p_mark_as_original IN VARCHAR2 := GMS_BUDGET_PUB.G_PA_MISS_CHAR );
303:
304: /*#
305: * This procedure adds a line to a draft or working budget.
306: * @param p_api_version_number API standard: version number
307: * @rep:paraminfo {@rep:required}
308: * @param x_err_code The reference code which identifies the SQL error code returned by the API
309: * @rep:paraminfo {@rep:required}
310: * @param x_err_stage The reference code which identifies the stage where error has occurred

Line 314: * @param p_commit API standard (default = F): indicates if the transaction will be committed

310: * @param x_err_stage The reference code which identifies the stage where error has occurred
311: * @rep:paraminfo {@rep:required}
312: * @param x_err_stack The reference code which identifies the error message returned by the API
313: * @rep:paraminfo {@rep:required}
314: * @param p_commit API standard (default = F): indicates if the transaction will be committed
315: * @rep:paraminfo {@rep:required}
316: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
317: * @rep:paraminfo {@rep:required}
318: * @param p_pm_product_code Identifier of the external systems from which the project was imported

Line 316: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

312: * @param x_err_stack The reference code which identifies the error message returned by the API
313: * @rep:paraminfo {@rep:required}
314: * @param p_commit API standard (default = F): indicates if the transaction will be committed
315: * @rep:paraminfo {@rep:required}
316: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
317: * @rep:paraminfo {@rep:required}
318: * @param p_pm_product_code Identifier of the external systems from which the project was imported
319: * @rep:paraminfo {@rep:required}
320: * @param p_project_id The reference code that uniquely identifies the project in Oracle Projects

Line 453: * @param p_api_version_number API standard: version number

449: ,p_quantity_source IN VARCHAR2 := GMS_BUDGET_PUB.G_PA_MISS_CHAR
450: );
451: /*#
452: * This procedure deletes a draft budget.
453: * @param p_api_version_number API standard: version number
454: * @rep:paraminfo {@rep:required}
455: * @param x_err_code The reference code which identifies the SQL error code returned by the API
456: * @rep:paraminfo {@rep:required}
457: * @param x_err_stage The reference code which identifies the stage where error has occurred

Line 461: * @param p_commit API standard (default = F): indicates if the transaction will be committed

457: * @param x_err_stage The reference code which identifies the stage where error has occurred
458: * @rep:paraminfo {@rep:required}
459: * @param x_err_stack The reference code which identifies the error message returned by the API
460: * @rep:paraminfo {@rep:required}
461: * @param p_commit API standard (default = F): indicates if the transaction will be committed
462: * @rep:paraminfo {@rep:required}
463: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
464: * @rep:paraminfo {@rep:required}
465: * @param p_pm_product_code Identifier of the external systems from which the project was imported

Line 463: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

459: * @param x_err_stack The reference code which identifies the error message returned by the API
460: * @rep:paraminfo {@rep:required}
461: * @param p_commit API standard (default = F): indicates if the transaction will be committed
462: * @rep:paraminfo {@rep:required}
463: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
464: * @rep:paraminfo {@rep:required}
465: * @param p_pm_product_code Identifier of the external systems from which the project was imported
466: * @rep:paraminfo {@rep:required}
467: * @param p_project_id The reference code that uniquely identifies the project in Oracle Projects

Line 497: * @param p_api_version_number API standard: version number

493: ,p_award_number IN VARCHAR2 := GMS_BUDGET_PUB.G_PA_MISS_CHAR
494: ,p_budget_type_code IN VARCHAR2 := GMS_BUDGET_PUB.G_PA_MISS_CHAR );
495: /*#
496: * This procedure deletes a budget line of a draft budget.
497: * @param p_api_version_number API standard: version number
498: * @rep:paraminfo {@rep:required}
499: * @param x_err_code The reference code which identifies the SQL error code returned by the API
500: * @rep:paraminfo {@rep:required}
501: * @param x_err_stage The reference code which identifies the stage where error has occurred

Line 505: * @param p_commit API standard (default = F): indicates if the transaction will be committed

501: * @param x_err_stage The reference code which identifies the stage where error has occurred
502: * @rep:paraminfo {@rep:required}
503: * @param x_err_stack The reference code which identifies the error message returned by the API
504: * @rep:paraminfo {@rep:required}
505: * @param p_commit API standard (default = F): indicates if the transaction will be committed
506: * @rep:paraminfo {@rep:required}
507: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
508: * @rep:paraminfo {@rep:required}
509: * @param p_pm_product_code Identifier of the external systems from which the project was imported

Line 507: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

503: * @param x_err_stack The reference code which identifies the error message returned by the API
504: * @rep:paraminfo {@rep:required}
505: * @param p_commit API standard (default = F): indicates if the transaction will be committed
506: * @rep:paraminfo {@rep:required}
507: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
508: * @rep:paraminfo {@rep:required}
509: * @param p_pm_product_code Identifier of the external systems from which the project was imported
510: * @rep:paraminfo {@rep:required}
511: * @param p_project_id The reference code that uniquely identifies the project in Oracle Projects

Line 559: * @param p_api_version_number API standard: version number

555: ,p_start_date IN DATE := GMS_BUDGET_PUB.G_PA_MISS_DATE
556: ,p_period_name IN VARCHAR2 := GMS_BUDGET_PUB.G_PA_MISS_CHAR );
557: /*#
558: * This procedure updates the attributes of a budget version.
559: * @param p_api_version_number API standard: version number
560: * @rep:paraminfo {@rep:required}
561: * @param x_err_code The reference code which identifies the SQL error code returned by the API
562: * @rep:paraminfo {@rep:required}
563: * @param x_err_stage The reference code which identifies the stage where error has occurred

Line 567: * @param p_commit API standard (default = F): indicates if the transaction will be committed

563: * @param x_err_stage The reference code which identifies the stage where error has occurred
564: * @rep:paraminfo {@rep:required}
565: * @param x_err_stack The reference code which identifies the error message returned by the API
566: * @rep:paraminfo {@rep:required}
567: * @param p_commit API standard (default = F): indicates if the transaction will be committed
568: * @rep:paraminfo {@rep:required}
569: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
570: * @rep:paraminfo {@rep:required}
571: * @param p_pm_product_code Identifier of the external systems from which the project was imported

Line 569: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

565: * @param x_err_stack The reference code which identifies the error message returned by the API
566: * @rep:paraminfo {@rep:required}
567: * @param p_commit API standard (default = F): indicates if the transaction will be committed
568: * @rep:paraminfo {@rep:required}
569: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
570: * @rep:paraminfo {@rep:required}
571: * @param p_pm_product_code Identifier of the external systems from which the project was imported
572: * @rep:paraminfo {@rep:required}
573: * @param p_project_id The reference code that uniquely identifies the project in Oracle Projects

Line 711: * @param p_api_version_number API standard: version number

707: ,p_first_budget_period IN VARCHAR2 := GMS_BUDGET_PUB.G_PA_MISS_CHAR
708: ,p_wf_status_code IN VARCHAR2 := GMS_BUDGET_PUB.G_PA_MISS_CHAR);
709: /*#
710: * This procedure updates a budget line of draft budget.
711: * @param p_api_version_number API standard: version number
712: * @rep:paraminfo {@rep:required}
713: * @param x_err_code The reference code which identifies the SQL error code returned by the API
714: * @rep:paraminfo {@rep:required}
715: * @param x_err_stage The reference code which identifies the stage where error has occurred

Line 719: * @param p_commit API standard (default = F): indicates if the transaction will be committed

715: * @param x_err_stage The reference code which identifies the stage where error has occurred
716: * @rep:paraminfo {@rep:required}
717: * @param x_err_stack The reference code which identifies the error message returned by the API
718: * @rep:paraminfo {@rep:required}
719: * @param p_commit API standard (default = F): indicates if the transaction will be committed
720: * @rep:paraminfo {@rep:required}
721: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
722: * @rep:paraminfo {@rep:required}
723: * @param p_pm_product_code Identifier of the external systems from which the project was imported

Line 721: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized

717: * @param x_err_stack The reference code which identifies the error message returned by the API
718: * @rep:paraminfo {@rep:required}
719: * @param p_commit API standard (default = F): indicates if the transaction will be committed
720: * @rep:paraminfo {@rep:required}
721: * @param p_init_msg_list API standard (default = F): indicates if message stack will be initialized
722: * @rep:paraminfo {@rep:required}
723: * @param p_pm_product_code Identifier of the external systems from which the project was imported
724: * @rep:paraminfo {@rep:required}
725: * @param p_project_id The reference code that uniquely identifies the project in Oracle Projects