DBA Data[Home] [Help]

APPS.GMP_RESOURCES_PUB dependencies on STANDARD

Line 270: X_msg := 'Standard Usage UOM';

266: -- Vpedarla Bug: 7015717 Added below condition
267: IF p_std_usage_um is NULL
268: THEN
269: x_return_status := 'E';
270: X_msg := 'Standard Usage UOM';
271: RAISE STD_USAGE_UM_REQUIRED;
272: END IF;
273:
274: IF p_std_usage_um is NOT NULL then