DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on RCV_ROUTING_STEPS

Line 3404: FROM rcv_routing_steps

3400: ) IS
3401: BEGIN
3402: SELECT MAX(routing_step_id)
3403: INTO x_routing_step_id_record.routing_step_id
3404: FROM rcv_routing_steps
3405: WHERE step_name = x_routing_step_id_record.routing_step;
3406:
3407: IF (x_routing_step_id_record.routing_step_id IS NULL) THEN
3408: x_routing_step_id_record.error_record.error_status := rcv_error_pkg.g_ret_sts_error;