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 1728: FND_MSG_PUB.initialize;

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

Line 2805: FND_MSG_PUB.initialize;

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

Line 2824: fnd_msg_pub.add; -- Bug 2587078

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

Line 2840: fnd_msg_pub.add; -- Bug 2587078

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

Line 2879: fnd_msg_pub.add; -- Bug 2587078

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

Line 2952: fnd_msg_pub.add; -- Bug 2587078

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

Line 2971: fnd_msg_pub.add; -- Bug 2587078

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

Line 2984: fnd_msg_pub.add; -- Bug 2587078

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

Line 3001: fnd_msg_pub.add; -- Bug 2587078

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

Line 3058: fnd_msg_pub.add; -- Bug 2587078

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

Line 3079: fnd_msg_pub.add; -- Bug 2587078

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

Line 3096: fnd_msg_pub.add; -- Bug 2587078

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

Line 3117: fnd_msg_pub.add; -- Bug 2587078

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

Line 3142: fnd_msg_pub.add; -- Bug 2587078

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

Line 3240: fnd_msg_pub.add; -- Bug 25870708

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

Line 3292: fnd_msg_pub.add; -- Bug 2587078

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

Line 3321: fnd_msg_pub.add; -- Bug 2587078

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

Line 3362: fnd_msg_pub.add; -- Bug 2587078

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

Line 3386: fnd_msg_pub.add; --2587078

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

Line 3498: fnd_msg_pub.add; -- Bug 2587078

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

Line 3552: fnd_msg_pub.add;

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

Line 3580: fnd_msg_pub.add; -- Bug 2587078

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

Line 3692: fnd_msg_pub.add;

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

Line 3767: fnd_msg_pub.add; -- Bug 2587078

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

Line 3898: fnd_msg_pub.add; -- Bug 2587078

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

Line 4017: fnd_msg_pub.add; -- Bug 2587078

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

Line 4062: fnd_msg_pub.add; -- Bug 2587078

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

Line 4089: fnd_msg_pub.add;

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

Line 4257: FND_MSG_PUB.initialize;

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

Line 5198: FND_MSG_PUB.initialize;

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

Line 5657: FND_MSG_PUB.initialize;

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

Line 6433: FND_MSG_PUB.initialize;

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

Line 7118: FND_MSG_PUB.initialize;

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