DBA Data[Home] [Help]

APPS.CHV_CONFIRM_SCHEDULES dependencies on FND_MESSAGE

Line 59: x_message := FND_MESSAGE.GET_STRING('CHV', 'CHV_NOT_CONFIRMED');

55: --Action returned FALSE that the schedule item cannot be confirmed.
56: --So initialize the message and also create a record in the PO
57: --Interface table.
58:
59: x_message := FND_MESSAGE.GET_STRING('CHV', 'CHV_NOT_CONFIRMED');
60:
61: x_progress := '030';
62:
63: dbms_output.put_line(x_message) ;