DBA Data[Home] [Help]

APPS.QA_SKIPLOT_UTILITY dependencies on FND_MESSAGE

Line 501: fnd_message.set_name ('QA', 'QA_SKIPLOT_INIT_STATE_FAILURE');

497: p_module_name =>'QA_SKIPLOT_UTILITY.INIT_PLAN_STATE',
498: p_error_message => 'QA_SKIPLOT_INIT_STATE_FAILURE',
499: p_comments => 'process_plan_id or criteria_id not available');
500:
501: fnd_message.set_name ('QA', 'QA_SKIPLOT_INIT_STATE_FAILURE');
502: APP_EXCEPTION.RAISE_EXCEPTION;
503:
504: end if;
505:

Line 1010: x_manufacturer := fnd_message.get_string ('QA', 'QA_MANUFACTURER');

1006: -- retrieve the translated name from data dictionary
1007: -- jezheng
1008: -- Tue Oct 30 08:42:46 HKT 2001
1009: --
1010: x_manufacturer := fnd_message.get_string ('QA', 'QA_MANUFACTURER');
1011:
1012: if x_vendor_name is not null then
1013: x_criteria_str := x_criteria_str ||
1014: x_supplier || ' = ' || x_vendor_name || '; ';