DBA Data[Home] [Help]

APPS.GMS_BUDGET_PUB dependencies on FND_MSG_PUB

Line 854: fnd_msg_pub.add;

850: x_err_stage := 'GMS_BUDGET_PUB.SUMMERIZE_PROJECT_TOTALS - In when others exception';
851: gms_error_pkg.gms_message( x_err_name => 'GMS_BU_SUMM_BUDG_LINES_FAIL',
852: x_err_code => x_err_code,
853: x_err_buff => x_err_stage);
854: fnd_msg_pub.add;
855: return;
856:
857: end summerize_project_totals;
858: ----------------------------------------------------------------------------------------

Line 1727: FND_MSG_PUB.initialize;

1723:
1724: IF FND_API.TO_BOOLEAN( p_init_msg_list )
1725: THEN
1726:
1727: FND_MSG_PUB.initialize;
1728:
1729: END IF;
1730:
1731:

Line 2804: FND_MSG_PUB.initialize;

2800:
2801: IF FND_API.TO_BOOLEAN( p_init_msg_list )
2802: THEN
2803:
2804: FND_MSG_PUB.initialize;
2805:
2806: END IF;
2807:
2808: -- Standard begin of API savepoint

Line 2823: fnd_msg_pub.add; -- Bug 2587078

2819: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured in FND_API.Compatible_API_Call';
2820: gms_error_pkg.gms_message(x_err_name => 'GMS_INCOMPATIBLE_API_CALL',
2821: x_err_code => x_err_code,
2822: x_err_buff => x_err_stage);
2823: fnd_msg_pub.add; -- Bug 2587078
2824:
2825:
2826: APP_EXCEPTION.RAISE_EXCEPTION;
2827:

Line 2839: fnd_msg_pub.add; -- Bug 2587078

2835: x_err_stage := 'Error occured while validating product_code';
2836: gms_error_pkg.gms_message(x_err_name => 'GMS_PRODUCT_CODE_IS_MISSING',
2837: x_err_code => x_err_code,
2838: x_err_buff => x_err_stage);
2839: fnd_msg_pub.add; -- Bug 2587078
2840: APP_EXCEPTION.RAISE_EXCEPTION;
2841:
2842: END IF;
2843:

Line 2878: fnd_msg_pub.add; -- Bug 2587078

2874: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured while validating Award information';
2875: gms_error_pkg.gms_message(x_err_name => 'GMS_AWARD_NUM_ID_MISSING',
2876: x_err_code => x_err_code,
2877: x_err_buff => x_err_stage);
2878: fnd_msg_pub.add; -- Bug 2587078
2879: APP_EXCEPTION.RAISE_EXCEPTION;
2880: END IF;
2881: --------------------------------------------------------------------------------
2882: -- getting the award number to be used in Error Messages...

Line 2951: fnd_msg_pub.add; -- Bug 2587078

2947: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured while validating Project information';
2948: gms_error_pkg.gms_message(x_err_name => 'GMS_PROJECT_IS_MISSING', -- 'GMS_PROJ_NUM_ID_MISSING', Bug 2587078
2949: x_err_code => x_err_code,
2950: x_err_buff => x_err_stage);
2951: fnd_msg_pub.add; -- Bug 2587078
2952: APP_EXCEPTION.RAISE_EXCEPTION;
2953:
2954: END IF;
2955:

Line 2970: fnd_msg_pub.add; -- Bug 2587078

2966: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured while validating Project information';
2967: gms_error_pkg.gms_message(x_err_name => 'GMS_PROJ_REF_AND_ID_MISSING', --'GMS_INVALID_PROJ_NUMBER', bug 2587078
2968: x_err_code => x_err_code,
2969: x_err_buff => x_err_stage);
2970: fnd_msg_pub.add; -- Bug 2587078
2971: APP_EXCEPTION.RAISE_EXCEPTION;
2972: END IF;
2973:
2974: -- budget type code is mandatory

Line 2983: fnd_msg_pub.add; -- Bug 2587078

2979: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured while validating Budget type information';
2980: gms_error_pkg.gms_message(x_err_name => 'GMS_BUDGET_TYPE_IS_MISSING',
2981: x_err_code => x_err_code,
2982: x_err_buff => x_err_stage);
2983: fnd_msg_pub.add; -- Bug 2587078
2984: APP_EXCEPTION.RAISE_EXCEPTION;
2985:
2986: ELSE
2987: OPEN l_budget_types_csr( p_budget_type_code );

Line 3000: fnd_msg_pub.add; -- Bug 2587078

2996: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured while validating Budget type information';
2997: gms_error_pkg.gms_message(x_err_name => 'GMS_BUDGET_TYPE_IS_INVALID',
2998: x_err_code => x_err_code,
2999: x_err_buff => x_err_stage);
3000: fnd_msg_pub.add; -- Bug 2587078
3001: APP_EXCEPTION.RAISE_EXCEPTION;
3002:
3003: END IF;
3004:

Line 3057: fnd_msg_pub.add; -- Bug 2587078

3053: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured while validating Budget version information';
3054: gms_error_pkg.gms_message(x_err_name => 'GMS_NO_BUDGET_VERSION',
3055: x_err_code => x_err_code,
3056: x_err_buff => x_err_stage);
3057: fnd_msg_pub.add; -- Bug 2587078
3058: APP_EXCEPTION.RAISE_EXCEPTION;
3059: END IF;
3060:
3061: CLOSE l_budget_versions_csr;

Line 3078: fnd_msg_pub.add; -- Bug 2587078

3074: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured while validating Budget lines information';
3075: gms_error_pkg.gms_message(x_err_name => 'GMS_NO_BUDGET_LINES',
3076: x_err_code => x_err_code,
3077: x_err_buff => x_err_stage);
3078: fnd_msg_pub.add; -- Bug 2587078
3079: APP_EXCEPTION.RAISE_EXCEPTION;
3080: END IF;
3081:
3082: CLOSE l_resource_assignments_csr;

Line 3095: fnd_msg_pub.add; -- Bug 2587078

3091: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured while validating Time phase information';
3092: gms_error_pkg.gms_message(x_err_name => 'GMS_TIME_PHASED_TYPE_CODE_MISS',
3093: x_err_code => x_err_code,
3094: x_err_buff => x_err_stage);
3095: fnd_msg_pub.add; -- Bug 2587078
3096: APP_EXCEPTION.RAISE_EXCEPTION;
3097: END IF;
3098:
3099: -- Dummy call !

Line 3116: fnd_msg_pub.add; -- Bug 2587078

3112: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured in gms_budget_core.verify';
3113: gms_error_pkg.gms_message(x_err_name => 'GMS_VERIFY_FAILED',
3114: x_err_code => x_err_code,
3115: x_err_buff => x_err_stage);
3116: fnd_msg_pub.add; -- Bug 2587078
3117: APP_EXCEPTION.RAISE_EXCEPTION;
3118: END IF;
3119:
3120: -- ------------------------------------------------------------------------------------

Line 3141: fnd_msg_pub.add; -- Bug 2587078

3137: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured while validating Budget rules information';
3138: gms_error_pkg.gms_message(x_err_name => 'GMS_NO_BUDGET_RULES_ATTR',
3139: x_err_code => x_err_code,
3140: x_err_buff => x_err_stage);
3141: fnd_msg_pub.add; -- Bug 2587078
3142: APP_EXCEPTION.RAISE_EXCEPTION;
3143:
3144: END IF;
3145:

Line 3239: fnd_msg_pub.add; -- Bug 25870708

3235: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured in GMS_BUDGET_UTILS.VERIFY_BUDGET_RULES - Submit';
3236: gms_error_pkg.gms_message(x_err_name => 'GMS_VERIFY_BUDGET_FAIL_S',
3237: x_err_code => x_err_code,
3238: x_err_buff => x_err_stage);
3239: fnd_msg_pub.add; -- Bug 25870708
3240: APP_EXCEPTION.RAISE_EXCEPTION;
3241: END IF;
3242: END IF;
3243:

Line 3291: fnd_msg_pub.add; -- Bug 2587078

3287: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured in GMS_BUDGET_UTILS.VERIFY_BUDGET_RULES - Baseline ';
3288: gms_error_pkg.gms_message(x_err_name => 'GMS_VERIFY_BUDGET_FAIL_B',
3289: x_err_code => x_err_code,
3290: x_err_buff => x_err_stage);
3291: fnd_msg_pub.add; -- Bug 2587078
3292: APP_EXCEPTION.RAISE_EXCEPTION;
3293:
3294: END IF;
3295: END IF;

Line 3320: fnd_msg_pub.add; -- Bug 2587078

3316: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured in gms_wf_pkg.is_budget_wf_used';
3317: gms_error_pkg.gms_message(x_err_name => 'GMS_BUDG_WF_CHECK_FAIL',
3318: x_err_code => x_err_code,
3319: x_err_buff => x_err_stage);
3320: fnd_msg_pub.add; -- Bug 2587078
3321: APP_EXCEPTION.RAISE_EXCEPTION;
3322: END IF;
3323:
3324: IF L_DEBUG = 'Y' THEN

Line 3361: fnd_msg_pub.add; -- Bug 2587078

3357: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured in gms_wf_pkg.start_budget_wf';
3358: gms_error_pkg.gms_message(x_err_name => 'GMS_START_BUDG_WF_FAIL',
3359: x_err_code => x_err_code,
3360: x_err_buff => x_err_stage);
3361: fnd_msg_pub.add; -- Bug 2587078
3362: APP_EXCEPTION.RAISE_EXCEPTION;
3363: END IF;
3364:
3365: p_workflow_started := 'Y';

Line 3385: fnd_msg_pub.add; --2587078

3381: x_token_val2 => l_project_number,
3382: x_exec_type => 'C', -- for concurrent process
3383: x_err_code => x_err_code,
3384: x_err_buff => x_err_stage);
3385: fnd_msg_pub.add; --2587078
3386: x_err_code := 0; -- setting x_err_code to zero since this is not an error condition.
3387:
3388: --fnd_file.put_line(FND_FILE.OUTPUT, x_err_stage);
3389: gms_error_pkg.gms_output(x_output => x_err_stage);

Line 3497: fnd_msg_pub.add; -- Bug 2587078

3493: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured in gms_budget_core.baseline';
3494: gms_error_pkg.gms_message(x_err_name => 'GMS_BASELINE_FAILED',
3495: x_err_code => x_err_code,
3496: x_err_buff => x_err_stage);
3497: fnd_msg_pub.add; -- Bug 2587078
3498: APP_EXCEPTION.RAISE_EXCEPTION;
3499: END IF;
3500:
3501: -- Bug 5162777 : Derive the the budget_version_id of the previously baselined budget before creating new BC records.

Line 3551: fnd_msg_pub.add;

3547: x_token_val2 => sqlerrm,
3548: x_err_code => x_err_code,
3549: x_err_buff => x_err_stage);
3550:
3551: fnd_msg_pub.add;
3552: APP_EXCEPTION.RAISE_EXCEPTION;
3553: end;
3554: -- Bug 2386041
3555:

Line 3579: fnd_msg_pub.add; -- Bug 2587078

3575: x_err_code => x_err_code,
3576: x_err_buff => x_err_stage);
3577:
3578: SAVEPOINT baseline_budget_pub;
3579: fnd_msg_pub.add; -- Bug 2587078
3580: APP_EXCEPTION.RAISE_EXCEPTION;
3581: -- Bug 2386041
3582: end if;
3583: ----------------------- END OF BC RECORD CREATION -------------------------

Line 3691: fnd_msg_pub.add;

3687: x_token_val2 => sqlerrm,
3688: x_err_code => x_err_code,
3689: x_err_buff => x_err_stage);
3690:
3691: fnd_msg_pub.add;
3692: APP_EXCEPTION.RAISE_EXCEPTION;
3693: end;
3694:
3695: -- Bug 2587078 :The Project budget summarization code is shifted after call to sweeper process .

Line 3766: fnd_msg_pub.add; -- Bug 2587078

3762: WHERE budget_version_id = l_budget_version_id;
3763:
3764: commit;
3765: SAVEPOINT baseline_budget_pub;
3766: fnd_msg_pub.add; -- Bug 2587078
3767: APP_EXCEPTION.RAISE_EXCEPTION;
3768: -- Bug 2386041
3769: end if;
3770:

Line 3897: fnd_msg_pub.add; -- Bug 2587078

3893: WHERE budget_version_id = l_budget_version_id;
3894:
3895: commit;
3896: SAVEPOINT baseline_budget_pub;
3897: fnd_msg_pub.add; -- Bug 2587078
3898: APP_EXCEPTION.RAISE_EXCEPTION;
3899: -- Bug 2386041
3900:
3901: END IF;

Line 4016: fnd_msg_pub.add; -- Bug 2587078

4012: x_token_val2 => l_project_number,
4013: x_exec_type => 'C', -- for concurrent process
4014: x_err_code => x_err_code,
4015: x_err_buff => x_err_stage);
4016: fnd_msg_pub.add; -- Bug 2587078
4017: --fnd_file.put_line(FND_FILE.OUTPUT, x_err_stage);
4018: gms_error_pkg.gms_output(x_output => x_err_stage);
4019:
4020: -- Bug 3022766 : Introduced error code = 3 to represent fundscheck failure status

Line 4061: fnd_msg_pub.add; -- Bug 2587078

4057: x_token_name2 => 'SQLERRM',
4058: x_token_val2 => sqlerrm,
4059: x_err_code => x_err_code,
4060: x_err_buff => x_err_stage);
4061: fnd_msg_pub.add; -- Bug 2587078
4062: --fnd_file.put_line(FND_FILE.OUTPUT, x_err_stage);
4063: gms_error_pkg.gms_output(x_output => x_err_stage);
4064:
4065: rollback to baseline_budget_pub;

Line 4088: fnd_msg_pub.add;

4084:
4085: gms_error_pkg.gms_message(x_err_name => 'GMS_BUDGET_FAILED', -- Bug 2587078
4086: x_err_code => x_err_code,
4087: x_err_buff => x_err_stage);
4088: fnd_msg_pub.add;
4089: ROLLBACK TO baseline_budget_pub;
4090: RAISE;
4091:
4092: END baseline_budget;

Line 4256: FND_MSG_PUB.initialize;

4252:
4253: IF FND_API.TO_BOOLEAN( p_init_msg_list )
4254: THEN
4255:
4256: FND_MSG_PUB.initialize;
4257:
4258: END IF;
4259:
4260: -- Standard begin of API savepoint

Line 5197: FND_MSG_PUB.initialize;

5193:
5194: IF FND_API.TO_BOOLEAN( p_init_msg_list )
5195: THEN
5196:
5197: FND_MSG_PUB.initialize;
5198:
5199: END IF;
5200:
5201: -- Standard begin of API savepoint

Line 5656: FND_MSG_PUB.initialize;

5652:
5653: IF FND_API.TO_BOOLEAN( p_init_msg_list )
5654: THEN
5655:
5656: FND_MSG_PUB.initialize;
5657:
5658: END IF;
5659:
5660: -- Standard begin of API savepoint

Line 6432: FND_MSG_PUB.initialize;

6428:
6429: IF FND_API.TO_BOOLEAN( p_init_msg_list )
6430: THEN
6431:
6432: FND_MSG_PUB.initialize;
6433:
6434: END IF;
6435:
6436: -- Standard begin of API savepoint

Line 7117: FND_MSG_PUB.initialize;

7113:
7114: IF FND_API.TO_BOOLEAN( p_init_msg_list )
7115: THEN
7116:
7117: FND_MSG_PUB.initialize;
7118:
7119: END IF;
7120:
7121: -- Standard begin of API savepoint