DBA Data[Home] [Help]

APPS.CSI_PROCESS_TXN_PVT dependencies on FND_PROFILE

Line 1188: l_negative_code := nvl(fnd_profile.value('inv_override_neg_for_backflush'), 2);

1184: raise fnd_api.g_exc_error;
1185: END IF;
1186: -- for wip comp issue override it with the backflush profile value
1187: IF l_negative_code = 2 AND p_transaction_rec.transaction_type_id = 71 THEN
1188: l_negative_code := nvl(fnd_profile.value('inv_override_neg_for_backflush'), 2);
1189: END IF;
1190: IF l_negative_code = 1 and p_item_attr_rec.src_serial_control_flag = 'N' THEN
1191: debug('Org allows negative quantities. So creating an instance with 0 quantity.');
1192: csi_process_txn_pvt.create_zero_qty_instance(