DBA Data[Home] [Help]

APPS.WMS_RULE_GEN_PKGS dependencies on FND_MESSAGE

Line 145: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');

141: x_return_status := fnd_api.g_ret_sts_unexp_error;
142:
143: if ad_zd.get_edition('PATCH') is not null then
144: -- an online patch is in progress, return error
145: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
146: raise_application_error ('-20000', fnd_message.get);
147: end if;
148:
149: --open cursor

Line 146: raise_application_error ('-20000', fnd_message.get);

142:
143: if ad_zd.get_edition('PATCH') is not null then
144: -- an online patch is in progress, return error
145: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
146: raise_application_error ('-20000', fnd_message.get);
147: end if;
148:
149: --open cursor
150: l_cursor := dbms_sql.open_cursor;

Line 1398: fnd_message.set_name('WMS', 'WMS_INVALID_TYPE');

1394: (p_task_code IS NULL ) AND
1395: (p_label_code IS NULL ) AND
1396: (p_CG_code IS NULL ) AND
1397: (p_op_code IS NULL ) THEN
1398: fnd_message.set_name('WMS', 'WMS_INVALID_TYPE');
1399: FND_MSG_PUB.ADD;
1400: RAISE fnd_api.g_exc_error;
1401:
1402: END IF;