DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on RCV_SETUP_S

Line 7115: AND NVL(rcv_setup_s.get_override_routing, 'N') = 'N') THEN

7111: IF ( x_cascaded_table(n).transaction_type = 'RECEIVE'
7112: AND NVL(x_cascaded_table(n).auto_transact_code, 'RECEIVE') = 'DELIVER') THEN
7113: /* 1 is Standard Receipt, 2 is Inspection Required */
7114: IF ( (x_cascaded_table(n).routing_header_id) IN(1, 2)
7115: AND NVL(rcv_setup_s.get_override_routing, 'N') = 'N') THEN
7116: rcv_error_pkg.set_error_message('RCV_ASN_DELIVER_ROUTING_FAILED');
7117: RAISE e_validation_error;
7118: END IF;
7119: END IF;

Line 7123: AND NVL(rcv_setup_s.get_override_routing, 'N') = 'N') THEN --{

7119: END IF;
7120:
7121: IF (x_cascaded_table(n).transaction_type IN('ACCEPT', 'REJECT')) THEN --{
7122: IF ( (x_cascaded_table(n).routing_header_id) IN(3)
7123: AND NVL(rcv_setup_s.get_override_routing, 'N') = 'N') THEN --{
7124: asn_debug.put_line('We cannot do inspection on this record .');
7125: rcv_error_pkg.set_error_message('RCV_INSPECT_ROUTING_FAILED');
7126: RAISE e_validation_error;
7127: END IF; --}