1831: --
1832: l_drive_qty := p_quantity - nvl(p_current_qty,0);
1833: IF l_drive_qty < 0 THEN -- Qty is driven (-)ve
1834: IF nvl(p_csi_txn_type_id,-999) = 71 THEN
1835: l_override_neg_for_backflush := FND_PROFILE.VALUE('INV_OVERRIDE_NEG_FOR_BACKFLUSH');
1836: IF nvl(l_override_neg_for_backflush,2) = 1 THEN
1837: l_return_value := TRUE;
1838: ELSE
1839: l_return_value := FALSE;
5678: param_value(2) := l_database_id;
5679: -- param_value(3) := to_char(l_line_rec.creation_date,'MM-DD-YYYY-HH24-MI-SS');
5680: param_value(3) := l_config_header_id;
5681: param_value(4) := l_config_rev_nbr;
5682: param_value(5) := fnd_profile.value('RESP_APPL_ID');
5683: param_value(6) := 'TRUE';
5684: param_value(7) := fnd_profile.value('RESP_ID');
5685: param_value(8) := l_save_config_behavior;
5686: param_value(9) := l_msg_behavior;
5680: param_value(3) := l_config_header_id;
5681: param_value(4) := l_config_rev_nbr;
5682: param_value(5) := fnd_profile.value('RESP_APPL_ID');
5683: param_value(6) := 'TRUE';
5684: param_value(7) := fnd_profile.value('RESP_ID');
5685: param_value(8) := l_save_config_behavior;
5686: param_value(9) := l_msg_behavior;
5687: param_value(10) := 'INSTALLED';
5688: param_value(11) := 'TRUE';
5703: l_rec_index := l_rec_index + 1;
5704: EXIT WHEN l_rec_index > l_count;
5705: END LOOP;
5706:
5707: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
5708:
5709: IF (l_debug_level > 0) THEN
5710: csi_gen_utility_pvt.put_line( 'Call to batch validation ');
5711: END IF;
5777: l_configuration_id NUMBER;
5778: -- message related
5779: l_validation_status NUMBER;
5780: l_sequence NUMBER := 0;
5781: l_url VARCHAR2(500):= FND_PROFILE.Value('CZ_UIMGR_URL');
5782: l_rec_index BINARY_INTEGER;
5783: l_xml_hdr VARCHAR2(2000);
5784: l_long_xml LONG := NULL;
5785: l_return_status VARCHAR2(1);