DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV dependencies on RCV_ROUTING_HEADERS

Line 3930: FROM rcv_routing_headers

3926: ) IS
3927: BEGIN
3928: SELECT MAX(routing_header_id)
3929: INTO x_routing_header_id_record.routing_header_id
3930: FROM rcv_routing_headers
3931: WHERE routing_name = x_routing_header_id_record.routing_code;
3932:
3933: IF (x_routing_header_id_record.routing_header_id IS NULL) THEN
3934: x_routing_header_id_record.error_record.error_status := rcv_error_pkg.g_ret_sts_error;