DBA Data[Home] [Help]

APPS.GMS_CLIENT_EXTN_BUDGET_WF dependencies on STANDARD

Line 51: -- p_err_code - Standard error code: 0, Success; x < 0, Unexpected Error;

47: -- p_pm_product_code - The PM vendor's product code stored in gms_budget_versions.
48: --
49: -- OUT NOCOPY Parameters
50: -- p_result - 'T' or 'F' (True/False)
51: -- p_err_code - Standard error code: 0, Success; x < 0, Unexpected Error;
52: -- x > 0, Business Rule Violated.
53: -- p_err_stage - Standard error message
54: -- p_err_stack - Not used.
55: --

Line 53: -- p_err_stage - Standard error message

49: -- OUT NOCOPY Parameters
50: -- p_result - 'T' or 'F' (True/False)
51: -- p_err_code - Standard error code: 0, Success; x < 0, Unexpected Error;
52: -- x > 0, Business Rule Violated.
53: -- p_err_stage - Standard error message
54: -- p_err_stack - Not used.
55: --
56:
57:

Line 149: -- p_err_code - Standard error code: 0, Success; x < 0, Unexpected Error;

145: -- p_budget_type_code - Unique identifier for budget submitted for approval
146: -- p_mark_as_original - Yes, mark budget as original; N, do not mark. Defaults to 'N'.
147: --
148: -- OUT NOCOPY Parameters
149: -- p_err_code - Standard error code: 0, Success; x < 0, Unexpected Error;
150: -- x > 0, Business Rule Violated.
151: -- p_err_stage - Standard error message
152: -- p_err_stack - Not used.
153: --

Line 151: -- p_err_stage - Standard error message

147: --
148: -- OUT NOCOPY Parameters
149: -- p_err_code - Standard error code: 0, Success; x < 0, Unexpected Error;
150: -- x > 0, Business Rule Violated.
151: -- p_err_stage - Standard error message
152: -- p_err_stack - Not used.
153: --
154:
155:

Line 386: -- Standard BEGIN of API savepoint

382: IF L_DEBUG = 'Y' THEN
383: gms_error_pkg.gms_debug('GMS_CLIENT_EXTN_BUDGET_WF.START_BUDGET_WF - start', 'C');
384: END IF;
385:
386: -- Standard BEGIN of API savepoint
387:
388: SAVEPOINT START_BUDGET_WF_pvt;
389:
390: -- Set API Return Status To Success for Public API and Form Error Processing

Line 888: -- p_err_code - Standard error code: 0, Success; x < 0, Unexpected Error;

884: -- p_budget_type_code - Unique identifier for budget submitted for approval
885: -- p_mark_as_original - Yes, mark budget as original; N, do not mark. Defaults to 'N'.
886: --
887: -- OUT NOCOPY Parameters
888: -- p_err_code - Standard error code: 0, Success; x < 0, Unexpected Error;
889: -- x > 0, Business Rule Violated.
890: -- p_err_stage - Standard error message
891: -- p_err_stack - Not used.
892: --

Line 890: -- p_err_stage - Standard error message

886: --
887: -- OUT NOCOPY Parameters
888: -- p_err_code - Standard error code: 0, Success; x < 0, Unexpected Error;
889: -- x > 0, Business Rule Violated.
890: -- p_err_stage - Standard error message
891: -- p_err_stack - Not used.
892: --
893:
894:

Line 1124: -- Standard BEGIN of API savepoint

1120: IF L_DEBUG = 'Y' THEN
1121: gms_error_pkg.gms_debug('GMS_CLIENT_EXTN_BUDGET_WF.START_BUDGET_WF_NTFY_ONLY - start', 'C');
1122: END IF;
1123:
1124: -- Standard BEGIN of API savepoint
1125:
1126: SAVEPOINT START_BUDGET_WF_NTFY_ONLY_pvt;
1127:
1128: -- Set API Return Status To Success for Public API and Form Error Processing