DBA Data[Home] [Help]

APPS.GMS_BUDGET_CORE dependencies on FND_MSG_PUB

Line 407: fnd_msg_pub.add; --Bug 2587078

403: gms_error_pkg.gms_message( x_err_name => 'GMS_ALL_WARN_NO_EMPL_REC',
404: x_err_code => x_err_code,
405: x_err_buff => x_err_stage);
406:
407: fnd_msg_pub.add; --Bug 2587078
408:
409: APP_EXCEPTION.RAISE_EXCEPTION;
410: end if;
411:

Line 470: fnd_msg_pub.add;

466: x_err_stage := 'GMS_BUDGET_CORE.BASELINE - Error occurred while validating Budget';
467: gms_error_pkg.gms_message(x_err_name => 'GMS_VERIFY_BUDGET_FAIL_B',
468: x_err_code => x_err_code,
469: x_err_buff => x_err_stage);
470: fnd_msg_pub.add;
471: RETURN;
472: END IF;
473: END IF;
474: END IF; -- x_verify_budget_rules = 'Y'

Line 863: fnd_msg_pub.add; --Bug 2587078

859:
860: gms_error_pkg.gms_message( x_err_name => 'GMS_BU_NO_TASK_PROJ_DATE',
861: x_err_code => x_err_code,
862: x_err_buff => x_err_stage);
863: fnd_msg_pub.add; --Bug 2587078
864: APP_EXCEPTION.RAISE_EXCEPTION;
865:
866: end if;
867:

Line 908: fnd_msg_pub.add; --Bug 2587078

904:
905: gms_error_pkg.gms_message( x_err_name => 'GMS_BU_NO_TASK_PROJ_DATE',
906: x_err_code => x_err_code,
907: x_err_buff => x_err_stage);
908: fnd_msg_pub.add; --Bug 2587078
909: APP_EXCEPTION.RAISE_EXCEPTION;
910:
911: end if;
912:

Line 3414: fnd_msg_pub.add;

3410: x_err_stage := 'GMS_BUDGET_CORE.COPY_DRAFT_LINES - In others exception';
3411: gms_error_pkg.gms_message(x_err_name => 'GMS_BU_COPY_BUDG_LINES_FAIL',
3412: x_err_code => x_err_code,
3413: x_err_buff => x_err_stage);
3414: fnd_msg_pub.add;
3415: rollback to before_copy_draft_lines;
3416: return;
3417:
3418: end copy_draft_lines;